All checks were successful
tagged-release / Tagged Release (push) Successful in 5m23s
13 lines
196 B
Plaintext
13 lines
196 B
Plaintext
plugins {
|
|
id("common");
|
|
}
|
|
|
|
java {
|
|
sourceCompatibility = JavaVersion.VERSION_17;
|
|
targetCompatibility = JavaVersion.VERSION_17;
|
|
|
|
toolchain {
|
|
languageVersion = JavaLanguageVersion.of(17);
|
|
}
|
|
}
|