mirror of
https://github.com/gbevin/urlencoder.git
synced 2025-04-25 07:17:11 -07:00
Upgraded SonarQube Gradle plugin
This commit is contained in:
parent
af154ed603
commit
baa1784ca1
2 changed files with 2 additions and 2 deletions
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
java-version: [ 17, 19 ]
|
java-version: [ 11, 17, 19 ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source repository
|
- name: Checkout source repository
|
||||||
|
|
|
@ -9,7 +9,7 @@ plugins {
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
signing
|
signing
|
||||||
jacoco
|
jacoco
|
||||||
id("org.sonarqube") version "3.5.0.2730"
|
id("org.sonarqube") version "4.0.0.2929"
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "com.uwyn"
|
group = "com.uwyn"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue