Skip to content

Commit

Permalink
fix: example module jdk version change 8 to 11 for h2
Browse files Browse the repository at this point in the history
  • Loading branch information
cj848 committed Jul 29, 2024
1 parent be67231 commit 161857e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/spring-batch-javax/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
}

kotlin {
jvmToolchain(8)
jvmToolchain(11)

compilerOptions {
apiVersion = KotlinVersion.KOTLIN_1_9
Expand Down
2 changes: 1 addition & 1 deletion example/spring-data-jpa-javax/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
}

kotlin {
jvmToolchain(8)
jvmToolchain(11)

compilerOptions {
apiVersion = KotlinVersion.KOTLIN_1_9
Expand Down

0 comments on commit 161857e

Please sign in to comment.