Skip to content

Commit 69bf3f9

Browse files
mikehardyBrayanDSO
authored andcommitted
build(deps): officially support new Java LTS --> 25
1 parent 9586844 commit 69bf3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ subprojects {
121121
val jvmVersion = Jvm.current().javaVersion?.majorVersion.parseIntOrDefault(defaultValue = 0)
122122
val minSdk = libs.versions.minSdk.get()
123123
val jvmVersionLowerBound = 17
124-
val jvmVersionUpperBound = 24
124+
val jvmVersionUpperBound = 25
125125
if (jvmVersion !in jvmVersionLowerBound..jvmVersionUpperBound) {
126126
println("\n\n\n")
127127
println("**************************************************************************************************************")

0 commit comments

Comments
 (0)