Skip to content

Commit 43585e4

Browse files
committed
Bumps gradle version to 8.5
1 parent 0fce10d commit 43585e4

File tree

5 files changed

+188
-119
lines changed

5 files changed

+188
-119
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id 'java'
1111
id 'groovy'
1212
id 'application'
13-
id 'org.graalvm.buildtools.native' version '0.9.10'
13+
id 'org.graalvm.buildtools.native' version '0.9.28'
1414
id 'maven-publish'
1515
}
1616

@@ -24,8 +24,8 @@ java {
2424
}
2525

2626
compileJava {
27-
// Set binary compatibility for Java compiler to 11, as it's used as a convention across all projects
28-
options.release.set(11)
27+
// Set binary compatibility for Java compiler to 17
28+
options.release.set(17)
2929
}
3030
}
3131

gradle/wrapper/gradle-wrapper.jar

-15.4 KB
Binary file not shown.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
46
zipStoreBase=GRADLE_USER_HOME
57
zipStorePath=wrapper/dists

gradlew

Lines changed: 173 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)