Files
gradle-kit/build.gradle

11 lines
102 B
Groovy

plugins {
id 'java'
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(11)
}
}