first commit
This commit is contained in:
commit
3d3a8ae2f2
22 changed files with 389 additions and 0 deletions
8
versions/1.21.4-1.21.x/build.gradle
Normal file
8
versions/1.21.4-1.21.x/build.gradle
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
archivesBaseName = "NoWallOverlay-1.21.4"
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_21
|
||||
targetCompatibility = JavaVersion.VERSION_21
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
it.options.release.set(21)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue