Skip to content

Commit 853a4e5

Browse files
committed
Workflow Update 3
1 parent a98f111 commit 853a4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
apply plugin: "net.minecraftforge.gradle"
2323
apply plugin: 'org.parchmentmc.librarian.forgegradle'
2424

25-
var envVersion: String = System.getenv("VERSION") ?: "9.9.9"
25+
var envVersion = System.getenv("VERSION") ?: "9.9.9"
2626
if (envVersion.startsWith("v"))
2727
envVersion = envVersion.trimStart('v')
2828

0 commit comments

Comments
 (0)