Skip to content

Commit 6e08c5a

Browse files
committed
Java 25 for CI builds
1 parent 0464bea commit 6e08c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ org.gradle.java.installations.auto-download=false
2727

2828
# externalized definition of JDK versions so that they are available in both Project (build.gradle) and Settings (settings.gradle)
2929
orm.jdk.base=17
30-
orm.jdk.min=21
30+
orm.jdk.min=25
3131
# See gradlew/wrapper/gradle-wrapper.properties, https://docs.gradle.org/current/userguide/compatibility.html#java_runtime
32-
orm.jdk.max=22
32+
orm.jdk.max=25
3333

3434
# The minimum version of Gradle supported for the ORM Gradle plugin.
3535
# This is the version used in the plugin tests, used to make sure we do not break compatibility.

0 commit comments

Comments
 (0)