PMT-3: Switching to Java 21, because 22 is not yet available on Alpine
All checks were successful
Quality Check / Linting Check (push) Successful in 1m10s
All checks were successful
Quality Check / Linting Check (push) Successful in 1m10s
This commit is contained in:
parent
da876e7823
commit
2c0c476b3a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ version = "0.0.1-SNAPSHOT"
|
|||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion = JavaLanguageVersion.of(22)
|
||||
languageVersion = JavaLanguageVersion.of(21)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue