Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Aug 12, 2023
1 parent 5245788 commit cc2c29b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ plugins {
id "com.modrinth.minotaur" version "2.+"
}

version = project.mod_version
def displayVersion = version + "+" + project.minecraft_version
def displayVersion = project.mod_version + "+" + project.minecraft_version

def debug = true
def branch = System.getenv("GITHUB_REF_NAME") == null ? "-forge" : System.getenv("GITHUB_REF_NAME")
Expand Down

0 comments on commit cc2c29b

Please sign in to comment.