移动版本号配置项位置
This commit is contained in:
parent
fdb85f2651
commit
5557fb3136
2 changed files with 3 additions and 2 deletions
|
@ -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'
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,5 @@ 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
|
Loading…
Add table
Reference in a new issue