为构建成品添加MC版本
Some checks failed
Build / build (push) Failing after 3m44s

This commit is contained in:
expvintl
2025-05-19 03:39:31 +08:00
parent 26c4556498
commit 1e278af96e
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
}
version = project.mod_version
version = project.findProperty("minecraft_version")?.toString()?:"1.0"
group = project.maven_group
repositories {
mavenCentral()