Skip to content

Commit c19e7dc

Browse files
authored
fix: hibernate reactive minimal jdk version 17
1 parent 3f27445 commit c19e7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/hibernate-reactive/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
}
2424

2525
kotlin {
26-
jvmToolchain(11)
26+
jvmToolchain(17)
2727

2828
compilerOptions {
2929
apiVersion = KotlinVersion.KOTLIN_1_9

0 commit comments

Comments
 (0)