Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Jul 26, 2023
1 parent 97fd820 commit 1329597
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 @@ -131,7 +131,7 @@ if (System.getenv("MODRINTH")) {
token = System.getenv("MODRINTH")
projectId = 'xUvfRSZh'// The ID of your modrinth project, slugs will not work.
versionNumber = "" + version // The version of the mod to upload.
versionType = isStable ? "release" : "beta"
versionType = "release"
uploadFile = remapJar // This links to a task that builds your mod jar and sets "uploadFile" to the mod jar.
gameVersions = [((String) project.minecraft_version)]
changelog = System.getenv("CHANGELOG")
Expand Down

0 comments on commit 1329597

Please sign in to comment.