Skip to content

Commit

Permalink
Set gradle toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
waltkb committed Nov 19, 2024
1 parent 4d71df7 commit 8e46501
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions waltid-libraries/auth/waltid-ktor-authnz/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ dependencies {
testImplementation("org.jetbrains.kotlin:kotlin-test-junit")
}

kotlin {
jvmToolchain(21)
}

publishing {
publications {
create<MavenPublication>("mavenJava") {
Expand Down

0 comments on commit 8e46501

Please sign in to comment.