Skip to content

Commit

Permalink
Upgrade SonarPlugin for Gradle 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Feb 21, 2024
1 parent 3a123c6 commit f89f863
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,7 @@ if (!version.toString().endsWith("-SNAPSHOT")) {

val sonarqube by tasks
sonarqube.enabled = false //FIXME requires Java 17

tasks.withType<Sign> {
enabled = false //FIXME Signing Gradle Module Metadata is not supported for snapshot dependencies
}

0 comments on commit f89f863

Please sign in to comment.