Skip to content

Commit

Permalink
build: update shadow plugin group id (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt authored Dec 20, 2024
1 parent 075bd60 commit becfbcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gradle/libs.stable.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,4 @@ sql-dataplane = ["edc-sql-accesstokendata", "edc-sql-dataplane", "edc-sql-core",


[plugins]
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
docker = { id = "com.bmuschko.docker-remote-api", version = "9.4.0" }
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ sql-dataplane = ["edc-sql-accesstokendata", "edc-sql-dataplane", "edc-sql-core",


[plugins]
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
shadow = { id = "com.gradleup.shadow", version = "8.3.5" }
docker = { id = "com.bmuschko.docker-remote-api", version = "9.4.0" }

0 comments on commit becfbcb

Please sign in to comment.