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 a98f111 commit 853a4e5Copy full SHA for 853a4e5
build.gradle
@@ -22,7 +22,7 @@ plugins {
22
apply plugin: "net.minecraftforge.gradle"
23
apply plugin: 'org.parchmentmc.librarian.forgegradle'
24
25
-var envVersion: String = System.getenv("VERSION") ?: "9.9.9"
+var envVersion = System.getenv("VERSION") ?: "9.9.9"
26
if (envVersion.startsWith("v"))
27
envVersion = envVersion.trimStart('v')
28
0 commit comments