Skip to content

Commit

Permalink
build: Remove the minimize step from sonar-zpa-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Mar 31, 2023
1 parent 092c031 commit 8374e9a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sonar-zpa-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ testing {
}

val shadowJar = tasks.named<ShadowJar>("shadowJar") {
minimize {
exclude(project(":zpa-checks-testkit"))
exclude(dependency("jaxen:jaxen"))
}
relocate("com.felipebz.flr.api", "org.sonar.plugins.plsqlopen.api.sslr")
archiveClassifier.set("")
manifest {
Expand Down

0 comments on commit 8374e9a

Please sign in to comment.