Skip to content

Commit 1520f4f

Browse files
committed
Bump Gradle to 9.0.0-rc-1
1 parent 2d32ccd commit 1520f4f

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/wrapper/gradle-wrapper.jar

1.65 KB
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.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-rc-1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testlib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply from: rootProject.file('gradle/java-setup.gradle')
77

88
dependencies {
99
api projects.lib
10-
api files(projects.lib.dependencyProject.sourceSets.sortPom.output.classesDirs)
10+
api files(project(projects.lib.path).sourceSets.sortPom.output.classesDirs)
1111
api "com.diffplug.durian:durian-core:${VER_DURIAN}"
1212
api "com.diffplug.durian:durian-testlib:${VER_DURIAN}"
1313
api "org.junit.jupiter:junit-jupiter:${VER_JUNIT}"

0 commit comments

Comments
 (0)