Skip to content

Commit b81bc22

Browse files
committed
Also fix springmvcpostgreskotlin e2e app for jdk 24
1 parent a7570eb commit b81bc22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sample-apps/SpringMVCPostgresKotlin/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ group = 'com.example'
1010
version = '0.0.1-SNAPSHOT'
1111

1212
kotlin {
13+
jvmToolchain(21)
1314
compilerOptions {
1415
freeCompilerArgs.addAll '-Xjsr305=strict'
1516
}

0 commit comments

Comments
 (0)