Skip to content

Commit

Permalink
Use java 17 in CI and for generator project
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Aug 26, 2024
1 parent 06fd3e7 commit f13bbcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .java-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11
17
2 changes: 1 addition & 1 deletion generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

kotlin {
jvmToolchain(11)
jvmToolchain(17)
}

dependencies {
Expand Down

0 comments on commit f13bbcd

Please sign in to comment.