移动版本号配置项位置

This commit is contained in:
Light_Quanta 2024-11-10 20:49:40 +08:00
parent fdb85f2651
commit 5557fb3136
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959
2 changed files with 3 additions and 2 deletions

View file

@ -14,7 +14,7 @@ def getGitCommitHash() {
return stdout.toString().trim() return stdout.toString().trim()
} }
version = '0.2.1-SNAPSHOT-' + getGitCommitHash() version = "${mod_version}-SNAPSHOT-${getGitCommitHash()}"
group = 'com.Atsushio.superbwarfare' group = 'com.Atsushio.superbwarfare'
archivesBaseName = 'superbwarfare' archivesBaseName = 'superbwarfare'

View file

@ -4,3 +4,4 @@ org.gradle.daemon=false
mc_version=1.20.1 mc_version=1.20.1
jei_version=15.2.0.27 jei_version=15.2.0.27
cloth_config_version=11.1.106 cloth_config_version=11.1.106
mod_version=0.2.1