Skip to content

Commit ee0edf1

Browse files
authored
chore: updates edc build and shadow plugins (#133)
1 parent 2106118 commit ee0edf1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ dcp = [
164164
]
165165

166166
[plugins]
167-
edc-build = { id = "org.eclipse.edc.edc-build", version = "1.1.2" }
168-
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
167+
edc-build = { id = "org.eclipse.edc.edc-build", version = "1.1.5" }
168+
shadow = { id = "com.gradleup.shadow", version = "9.3.0" }
169169
docker = { id = "com.bmuschko.docker-remote-api", version = "10.0.0" }
170170
swagger = { id = "io.swagger.core.v3.swagger-gradle-plugin", version.ref = "swagger" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
# Metaform Systems, Inc. - initial API and implementation
1212
#
1313
#
14-
1514
distributionBase=GRADLE_USER_HOME
1615
distributionPath=wrapper/dists
17-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
16+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
1817
networkTimeout=10000
1918
validateDistributionUrl=true
2019
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)