8 lines
211 B
Groovy
8 lines
211 B
Groovy
archivesBaseName = "NoWallOverlay-1.21.4"
|
|
|
|
sourceCompatibility = JavaVersion.VERSION_21
|
|
targetCompatibility = JavaVersion.VERSION_21
|
|
|
|
tasks.withType(JavaCompile).configureEach {
|
|
it.options.release.set(21)
|
|
}
|