Git bump to java22

This commit is contained in:
Imbus 2024-05-11 14:41:50 +02:00
parent cb57b8ed86
commit 5173f512e7

View file

@ -31,7 +31,7 @@ dependencies {
// Apply a specific Java toolchain to ease working on different environments. // Apply a specific Java toolchain to ease working on different environments.
java { java {
toolchain { toolchain {
languageVersion.set(JavaLanguageVersion.of(17)) languageVersion.set(JavaLanguageVersion.of(22))
} }
} }