Skip to content

Commit

Permalink
build: update shadow plugin group id (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt authored Dec 20, 2024
1 parent 3fe40e5 commit a69a3bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,5 @@ tink = { module = "com.google.crypto.tink:tink", version.ref = "tink" }
connector = ["edc-boot", "edc-core-connector", "edc-http", "edc-observability", "edc-jsonld", "edc-config-fs"]

[plugins]
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
shadow = { id = "com.gradleup.shadow", version = "8.3.5" }

0 comments on commit a69a3bf

Please sign in to comment.