Merge commit '5f52e1232f94a0210693bd52d6913ef5579714f3' into dev/1.8

This commit is contained in:
shedaniel
2024-11-16 19:11:44 +08:00
15 changed files with 370 additions and 30 deletions

View File

@@ -49,7 +49,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
}
group = "dev.architectury"
def baseVersion = '1.7'
def baseVersion = '1.8'
def ENV = System.getenv()
def runNumber = ENV.GITHUB_RUN_NUMBER ?: "9999"