Jump to Java 16

This commit is contained in:
NotMyFault
2021-05-14 01:04:09 +02:00
parent 6fd55b47c2
commit 58ad9db5ed
2 changed files with 6 additions and 5 deletions

View File

@ -84,7 +84,8 @@ allprojects {
plugins.withId("java") {
the<JavaPluginExtension>().toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
languageVersion.set(JavaLanguageVersion.of(16))
vendor.set(JvmVendorSpec.ADOPTOPENJDK)
}
}