Skip to content

Commit

Permalink
Fix NeoForge publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jun 1, 2024
1 parent ad837ca commit 7ec891d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neoforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tasks.sourcesJar {
}

modrinth {
versionName.set("Bingo ${rootProject.version} for NeoForge")
uploadFile.set(tasks.jar)
versionName = "Bingo ${rootProject.version} for NeoForge"
uploadFile.set(tasks.remapJar)
loaders.add("neoforge")
}

0 comments on commit 7ec891d

Please sign in to comment.