Skip to content

Commit

Permalink
build: Replace ZPA dependencies by a dependency on sonar-zpa-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Mar 31, 2023
1 parent e1557d0 commit 08f0d56
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ repositories {

dependencies {
implementation("com.github.ajalt.clikt:clikt:3.5.0")
implementation("com.felipebz.zpa:zpa-core:3.3.0-SNAPSHOT")
implementation("com.felipebz.zpa:zpa-checks:3.3.0-SNAPSHOT")
implementation("com.felipebz.zpa:sonar-zpa-plugin:3.3.0-SNAPSHOT")
implementation("com.google.guava:guava:31.1-jre")
implementation("org.sonarsource.sonarqube:sonar-scanner-protocol:7.9")
implementation("org.sonarsource.sonarqube:sonar-ws:7.9")
Expand Down Expand Up @@ -163,7 +162,7 @@ jreleaser {
exported.set(true)
stereotype.set(org.jreleaser.model.Stereotype.CLI)
imageName.set("{{distributionName}}-{{projectVersion}}")
moduleNames.set(listOf("java.logging", "java.xml"))
moduleNames.set(listOf("java.logging", "java.xml", "java.sql"))
jdeps {
multiRelease.set("base")
ignoreMissingDeps.set(true)
Expand Down

0 comments on commit 08f0d56

Please sign in to comment.