Skip to content

Commit

Permalink
Workflow Update 3
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Oct 24, 2024
1 parent a98f111 commit 853a4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
apply plugin: "net.minecraftforge.gradle"
apply plugin: 'org.parchmentmc.librarian.forgegradle'

var envVersion: String = System.getenv("VERSION") ?: "9.9.9"
var envVersion = System.getenv("VERSION") ?: "9.9.9"
if (envVersion.startsWith("v"))
envVersion = envVersion.trimStart('v')

Expand Down

0 comments on commit 853a4e5

Please sign in to comment.