From 12206a03a383a035758d6615c5da3ae32adaac81 Mon Sep 17 00:00:00 2001 From: Michael Hillcox Date: Sat, 21 Nov 2020 18:16:09 +0000 Subject: [PATCH] Yeet --- build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 470f0c9ce..abf56a77c 100644 --- a/build.gradle +++ b/build.gradle @@ -18,9 +18,6 @@ version = "1.12.2-r152" group = "de.ellpeck.actuallyadditions" archivesBaseName = "ActuallyAdditions" -// Store the mod version instead of publishing with the build number side the mod -def modVersion = version - if (System.getenv('BUILD_NUMBER') != null) { version += "." + System.getenv('BUILD_NUMBER') } @@ -31,7 +28,7 @@ minecraft { mappings = "stable_39" makeObfSourceJar = false replaceIn "ActuallyAdditions.java" - replace "@VERSION@", modVersion.toString() + replace "@VERSION@", version.toString() } repositories {