Skip to content

Commit

Permalink
forgot to push this before releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsinco committed Jan 8, 2025
1 parent 8849faf commit 1730371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ hangarPublish {
platforms {
register(Platforms.PAPER) {
// TODO: Ask in paper discord
url.set("https://modrinth.com/plugin/breweryx/versions")
//url.set("https://modrinth.com/plugin/breweryx/versions")
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
platformVersions.set(listOf("1.13.x", "1.14.x", "1.15.x", "1.16.x", "1.17.x", "1.18.x", "1.19.x", "1.20.x", "1.21.x"))
}
}
Expand Down

0 comments on commit 1730371

Please sign in to comment.