Skip to content

Commit

Permalink
Revert toolchain specification removal
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed May 27, 2024
1 parent b2fc671 commit 7a098cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ allprojects {
)
}
}

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

// for uber jar
Expand Down

0 comments on commit 7a098cc

Please sign in to comment.