8 lines
216 B
Groovy
8 lines
216 B
Groovy
archivesBaseName = "NoWallOverlay-1.17-1.21.3"
|
|
|
|
sourceCompatibility = JavaVersion.VERSION_16
|
|
targetCompatibility = JavaVersion.VERSION_16
|
|
|
|
tasks.withType(JavaCompile).configureEach {
|
|
it.options.release.set(16)
|
|
}
|