Skip to content

Commit c2c3e40

Browse files
committed
chore: upgrade JVM version from 11 to 17
This change is necessary for integrating the alchemist-graphql module, due to the strict JVM requirement that GraphQL Kotlin needs (JVM >= 17). See ExpediaGroup/graphql-kotlin#1638 on why GraphQL Kotlin needs such JVM version (TL;DR this library is mainly built for SpringBoot applications, and SpringBoot v3 requires JVM 17).
1 parent 74c4855 commit c2c3e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ allprojects {
6161
apply(plugin = "distribution")
6262

6363
multiJvm {
64-
jvmVersionForCompilation.set(11)
64+
jvmVersionForCompilation.set(17)
6565
maximumSupportedJvmVersion.set(latestJava)
6666
if (isInCI && (isWindows || isMac)) {
6767
/*

0 commit comments

Comments
 (0)