Skip to content

Commit

Permalink
build: Change shadow plugin to io.github.goooler.shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed May 30, 2024
1 parent 938c1ed commit b7b6767
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Versions {
const val sonarqube_orchestrator = "4.9.0.1920"
const val simple_xml = "2.7.1"

const val plugin_shadow = "8.1.1"
const val plugin_shadow = "8.1.7"
}

object Libs {
Expand Down
2 changes: 1 addition & 1 deletion sonar-zpa-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.time.format.DateTimeFormatter
import java.util.*

plugins {
id("com.github.johnrengelman.shadow") version Versions.plugin_shadow
id("io.github.goooler.shadow") version Versions.plugin_shadow
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion zpa-toolkit/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

plugins {
id("com.github.johnrengelman.shadow") version Versions.plugin_shadow
id("io.github.goooler.shadow") version Versions.plugin_shadow
}

dependencies {
Expand Down

0 comments on commit b7b6767

Please sign in to comment.