aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2019-12-07 19:03:16 +0800
committershedaniel <daniel@shedaniel.me>2019-12-07 19:03:16 +0800
commitb57820f348a35d7149121e7693abc48f32e64f3a (patch)
tree276ca415e0578997a1ed465f031bb9de337acf69
parent6649cabd292fb4e42317683da84bb7952fc616a6 (diff)
downloadRoughlyEnoughItems-b57820f348a35d7149121e7693abc48f32e64f3a.tar.gz
RoughlyEnoughItems-b57820f348a35d7149121e7693abc48f32e64f3a.tar.bz2
RoughlyEnoughItems-b57820f348a35d7149121e7693abc48f32e64f3a.zip
Remove build number
-rwxr-xr-xbuild.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index df38f255b..3a19a9f96 100755
--- a/build.gradle
+++ b/build.gradle
@@ -15,7 +15,7 @@ group = "me.shedaniel"
def ENV = System.getenv()
def forceVersion = ""
-version = forceVersion != "" ? forceVersion : (((String) project.mod_version).contains("unstable") ? (project.mod_version + "." + buildTime()) : project.mod_version + "+" + (ENV.BUILD_NUMBER ? ("build." + ENV.BUILD_NUMBER) : "local"))
+version = forceVersion != "" ? forceVersion : (((String) project.mod_version).contains("unstable") ? (project.mod_version + "." + buildTime()) : project.mod_version)
def includeDep = true