Skip to content

Commit c80f884

Browse files
committed
Update JDK for compilation
1 parent 62f86c6 commit c80f884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-logic/src/main/kotlin/org.jabref.gradle.feature.compile.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ java {
1414
// - .github/workflows/tests*.yml
1515
// - docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-12-build.md
1616
// - .sdkmanrc
17-
languageVersion = JavaLanguageVersion.of(24)
17+
languageVersion = JavaLanguageVersion.of(25)
1818
// See https://docs.gradle.org/current/javadoc/org/gradle/jvm/toolchain/JvmVendorSpec.html for a full list
1919
// Temurin does not ship jmods, thus we need to use another JDK -- see https://github.com/actions/setup-java/issues/804
2020
// We also need a JDK without JavaFX, because we patch JavaFX due to modularity issues
21-
vendor = JvmVendorSpec.AMAZON
21+
vendor = JvmVendorSpec.TEMURIN
2222
}
2323
}
2424

0 commit comments

Comments
 (0)