Skip to content

Commit

Permalink
build: fix artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bconlon1 committed May 14, 2024
1 parent 90b11e6 commit 9ca88ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ curseforge {
addGameVersion("${project.mc_version}")
addGameVersion("Forge")
addGameVersion("NeoForge")
mainArtifact(tasks.jar) {
mainArtifact(tasks.jarJar) {
displayName = "${project.mod_name} - ${version}"
relations {
requiredDependency "aether"
Expand All @@ -176,7 +176,7 @@ modrinth {
versionType = "${project.version_type}"
versionName = "${project.mod_name} - ${version}"
changelog = new File("$rootDir/docs/CHANGELOG.md").text
uploadFile = tasks.jar
uploadFile = tasks.jarJar
gameVersions = ["${project.mc_version}"]
loaders = ["forge", "neoforge"]
dependencies {
Expand Down

0 comments on commit 9ca88ff

Please sign in to comment.