File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ plugins {
1818
1919apply plugin : " net.minecraftforge.gradle"
2020
21- def gitCommitHash = ' git rev-parse --verify --short HEAD' . execute(). text. trim()
2221def semver = { ->
2322 try {
2423 def code = new ByteArrayOutputStream ()
@@ -49,7 +48,7 @@ def buildNumber = { ->
4948 }
5049}
5150
52- def nightlyVersion = " ${ semver} -nightly.${ buildNumber} - ${ gitCommitHash } "
51+ def nightlyVersion = " ${ semver} -nightly.${ buildNumber} "
5352def isRelease = (System . getenv(" CM_RELEASE" ) ?: " false" ). equalsIgnoreCase(" true" )
5453
5554task getBuildInfo () {
@@ -209,6 +208,8 @@ minecraft {
209208 property ' mixin.env.remapRefMap' , ' true'
210209 property ' mixin.env.refMapRemappingFile' , " ${ buildDir} /createSrgToMcp/output.srg"
211210
211+ forceExit false
212+
212213 mods {
213214 compactmachines {
214215 source sourceSets. api
You can’t perform that action at this time.
0 commit comments