Skip to content

Commit

Permalink
build: update shadow plugin group id
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed Dec 20, 2024
1 parent 94afc64 commit 4fbf0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/connector/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ format.version = "1.1"

[versions]
edc = "0.2.0"
shadow = "8.1.1"

[libraries]
edc-runtime-metamodel = { module = "org.eclipse.edc:runtime-metamodel", version.ref = "edc" }
Expand All @@ -27,4 +26,5 @@ edc-federated-catalog-api = { module = "org.eclipse.edc:federated-catalog-api",


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

0 comments on commit 4fbf0ee

Please sign in to comment.