Skip to content

Commit fa719f4

Browse files
committed
Update Java toolchain to version 25 in build script
1 parent b09b9f2 commit fa719f4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

minestom/build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
java {
2+
toolchain.languageVersion = JavaLanguageVersion.of(25)
3+
}
4+
5+
tasks.compileJava {
6+
options.release.set(25)
7+
}
8+
19
dependencies {
210
api(project(":core"))
311
compileOnly("net.minestom:minestom:2025.10.31-1.21.10")

0 commit comments

Comments
 (0)