Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal-Spider authored Jun 3, 2024
1 parent a12840d commit 3b5f8aa
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 @@ -182,7 +182,7 @@ subprojects { subproject ->
curseforge System.getenv("CURSEFORGE_TOKEN") ?: ""
}
setDebug(noPublish)
setVersion(project.version)
setVersion(mod_version)
setChangelog(changelog_body)
setVersionType(version_type)
setArtifact(isFabric ? remapJar : jar)
Expand Down

0 comments on commit 3b5f8aa

Please sign in to comment.