tcr/common/build.gradle.kts

10 lines
102 B
Kotlin

plugins {
`java-library`
}
java {
toolchain {
languageVersion = JavaLanguageVersion.of(21)
}
}