Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/working-kube' into …
Browse files Browse the repository at this point in the history
…working-kube
  • Loading branch information
jahpola committed Nov 28, 2024
2 parents f4a4c03 + fab15a0 commit a74f7e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ group = 'org.kerminator'
version = '0.0.1-SNAPSHOT'

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


configurations {
developmentOnly
runtimeClasspath {
Expand Down

0 comments on commit a74f7e2

Please sign in to comment.