Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent committed Aug 30, 2023
1 parent 37cb6f8 commit 60a4c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,12 @@ hangarPublish {

platforms {
register(Platforms.PAPER) {
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
jar.set(tasks.jar.flatMap { it.archiveFile })
platformVersions.set((property("paperVersion") as String).split(",").map { it.trim() })
}

register(Platforms.VELOCITY) {
jar.set(tasks.shadowJar.flatMap { it.archiveFile })
jar.set(tasks.jar.flatMap { it.archiveFile })
platformVersions.set((property("velocityVersion") as String).split(",").map { it.trim() })
}
}
Expand Down

0 comments on commit 60a4c14

Please sign in to comment.