Skip to content

Commit 1ec786a

Browse files
authored
build: bump gradlew to 9.0 (#91)
build(deps): bump gradlew to 9.0
1 parent 326915d commit 1ec786a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", ver
1111
jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "jetbrainsAnnotation" }
1212

1313
[plugins]
14-
edc-build = { id = "org.eclipse.edc.edc-build", version = "0.1.0" }
14+
edc-build = { id = "org.eclipse.edc.edc-build", version = "0.1.1" }

gradle/wrapper/gradle-wrapper.jar

79 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)