chore: bump up to java 17
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
bridge 2024-03-30 20:13:09 +01:00
parent f7d46c4431
commit 418c76bcdb

@ -6,7 +6,7 @@ subprojects {
version "2.0.0-netherite-SNAPSHOT" version "2.0.0-netherite-SNAPSHOT"
java { java {
toolchain.languageVersion.set(JavaLanguageVersion.of(8)) toolchain.languageVersion.set(JavaLanguageVersion.of(17))
} }
dependencies { dependencies {