Skip to content

Commit

Permalink
chore: set jvm version to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
tassiluca committed Jan 8, 2024
1 parent 7ccb900 commit 3b5fdb0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ dependencies {
testImplementation(libs.bundles.kotlin.testing)
}

java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(21))
}
}

kotlin {
target {
compilations.all {
Expand Down

0 comments on commit 3b5fdb0

Please sign in to comment.