File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,6 +70,11 @@ java {
7070 }
7171}
7272
73+ tasks.named<UpdateDaemonJvm >(" updateDaemonJvm" ) {
74+ languageVersion = JavaLanguageVersion .of(javaLanguageVersion)
75+ vendor = JvmVendorSpec .ADOPTIUM
76+ }
77+
7378val maxKotlinJvmTarget = runCatching { JvmTarget .fromTarget(javaLanguageVersion) }
7479 .getOrDefault(enumValues<JvmTarget >().max())
7580
Original file line number Diff line number Diff line change 11# Keep this aligned with `toolchainVersion` in `gradle/gradle-daemon-jvm.properties`.
2- javaLanguageVersion = 21
2+ javaLanguageVersion = 25
Original file line number Diff line number Diff line change 1- # Keep this aligned with `javaLanguageVersion` in `gradle.properties`.
2- toolchainVersion = 21
3- toolchainVendor = Adoptium
1+ # This file is generated by updateDaemonJvm
2+ toolchainUrl.FREE_BSD.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/cf726b4a1c84b50457225f9bba6d7650/redirect
3+ toolchainUrl.FREE_BSD.X86_64 =https\://api.foojay.io/disco/v3.0/ids/fa1e318c287360478e3c83a9a3ef1007/redirect
4+ toolchainUrl.LINUX.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/cf726b4a1c84b50457225f9bba6d7650/redirect
5+ toolchainUrl.LINUX.X86_64 =https\://api.foojay.io/disco/v3.0/ids/fa1e318c287360478e3c83a9a3ef1007/redirect
6+ toolchainUrl.MAC_OS.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/c2dd35c9d0aaf0ba6ad0791320f99dfc/redirect
7+ toolchainUrl.MAC_OS.X86_64 =https\://api.foojay.io/disco/v3.0/ids/e5810bd7fd1f8a586644409d395a7e55/redirect
8+ toolchainUrl.UNIX.AARCH64 =https\://api.foojay.io/disco/v3.0/ids/cf726b4a1c84b50457225f9bba6d7650/redirect
9+ toolchainUrl.UNIX.X86_64 =https\://api.foojay.io/disco/v3.0/ids/fa1e318c287360478e3c83a9a3ef1007/redirect
10+ toolchainUrl.WINDOWS.X86_64 =https\://api.foojay.io/disco/v3.0/ids/d76df094a9cbbabd3b08251f9e61444a/redirect
11+ toolchainVendor =ADOPTIUM
12+ toolchainVersion =25
Original file line number Diff line number Diff line change @@ -26,7 +26,11 @@ dependencyResolutionManagement {
2626
2727 versionCatalogs {
2828 create(" ortLibs" ) {
29- from(" org.ossreviewtoolkit:version-catalog:88 .0.0" )
29+ from(" org.ossreviewtoolkit:version-catalog:89 .0.0" )
3030 }
3131 }
3232}
33+
34+ plugins {
35+ id(" org.gradle.toolchains.foojay-resolver-convention" ).version(" 1.0.0" )
36+ }
You can’t perform that action at this time.
0 commit comments