Skip to content

Commit

Permalink
Update plugin ID, update Shadow to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
petertrr committed Dec 18, 2024
1 parent 7fdc6e6 commit 786c0ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ junit-jupiter-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engi
slf4j-api = { group = "org.slf4j", name = "slf4j-api", version.ref = "slf4j-api" }
xerces = { group = "xerces", name = "xercesImpl", version.ref = "xerces" }
awaitility = { module = "org.awaitility:awaitility", version.ref = "awaitility"}

[plugins]
shadow = { id = "com.gradleup.shadow", version = "8.3.5" }
2 changes: 1 addition & 1 deletion sonar-go-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
id("org.sonarsource.cloud-native.java-conventions")
id("org.sonarsource.cloud-native.code-style-conventions")
id("org.sonarsource.cloud-native.publishing-configuration")
id("com.github.johnrengelman.shadow") version "8.1.1"
alias(libs.plugins.shadow)
}

// require sonar-go-to-slang binaries to be build
Expand Down

0 comments on commit 786c0ea

Please sign in to comment.