Skip to content

Commit

Permalink
temp fix for modrinth uploading
Browse files Browse the repository at this point in the history
let's hope this works
  • Loading branch information
onebeastchris authored Sep 13, 2024
1 parent e816246 commit 77adddc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ modrinth {

syncBodyFrom.set(rootProject.file("README.md").readText())

uploadFile.set(tasks.getByPath("renameTask").outputs.files.first())
uploadFile.set(tasks.remapJar.get().destinationDirectory.get().asFile.resolve("${versionName(project)}.jar"))
gameVersions.add(libs.minecraft.get().version as String)
gameVersions.add("1.21.1")
failSilently.set(false)
Expand Down

0 comments on commit 77adddc

Please sign in to comment.