Skip to content

Commit

Permalink
Fix build?
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Jun 23, 2024
1 parent 674993b commit 4c0495f
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 @@ -6,7 +6,7 @@ plugins {
id "com.modrinth.minotaur"
}

archivesBaseName = project.archives_base_name
def archivesBaseName = project.archives_base_name
version = System.getenv("MOD_VERSION")
? System.getenv("MOD_VERSION")
: "0.0.0"
Expand Down

0 comments on commit 4c0495f

Please sign in to comment.