We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b716bdd commit 3b2f925Copy full SHA for 3b2f925
build.gradle
@@ -15,7 +15,7 @@ apply plugin: "net.minecraftforge.gradle.forge"
15
apply plugin: "com.github.johnrengelman.shadow"
16
apply plugin: "maven-publish"
17
18
-version = "0.1." + ('git rev-list --count HEAD'.execute().text.trim()) + "-1.12.2"
+version = "1.0." + ('git rev-list --count HEAD'.execute().text.trim()) + "-1.12.2"
19
group = "net.buildtheearth"
20
archivesBaseName = "terraplusplus"
21
0 commit comments