Skip to content

Commit

Permalink
so annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsinco committed Dec 21, 2024
1 parent a5dc53b commit 8692ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ hangarPublish {
platforms {
register(Platforms.PAPER) {
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
platformVersions.set(listOf("1.13.x-1.21.x"))
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"))
}
}
changelog.set(readChangeLog())
Expand Down

0 comments on commit 8692ded

Please sign in to comment.