Skip to content

Commit

Permalink
deps: bump Gradle SonarQube plugin to 4.2.1.3168
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Jul 13, 2023
1 parent f1e9a8e commit 94611c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
if: success() && startsWith(matrix.kubernetes, 'v1.25')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew jacocoRootReport sonarqube -PskipPublishing
run: ./gradlew jacocoRootReport sonar -PskipPublishing
-Dsonar.login=${{ secrets.SONARCLOUD_TOKEN }}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.marcnuri.yakc.schema.model.ModelGeneratorTask
plugins {
id 'java-library'
id 'jacoco'
id 'org.sonarqube' version '3.4.0.2513'
id 'org.sonarqube' version '4.2.1.3168'
id 'org.kordamp.gradle.jandex' version '0.12.0'
}

Expand Down Expand Up @@ -66,7 +66,7 @@ task jacocoRootReport(type: JacocoReport) {
}
}

sonarqube {
sonar {
properties {
property "sonar.host.url", "https://sonarcloud.io"
property "sonar.projectKey", "manusa_yakc"
Expand Down

0 comments on commit 94611c0

Please sign in to comment.