Start on Loom 1.12

This commit is contained in:
modmuss50
2025-07-26 16:30:32 +01:00
parent c7accc60a4
commit ea43f8681a

View File

@@ -23,7 +23,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
} }
group = 'net.fabricmc' group = 'net.fabricmc'
def baseVersion = '1.11' def baseVersion = '1.12'
def ENV = System.getenv() def ENV = System.getenv()
if (ENV.BUILD_NUMBER) { if (ENV.BUILD_NUMBER) {