Skip to content

Commit

Permalink
build: fix bungeecord project path for hangar publication task
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent committed Jun 1, 2024
1 parent ea149b2 commit 7daa3e9
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 @@ -193,7 +193,7 @@ hangarPublish {
}

register(Platforms.WATERFALL) {
jar.set(project(":sayanvanish-proxy-bungeecord").tasks.shadowJar.flatMap { it.archiveFile })
jar.set(project(":sayanvanish-proxy:sayanvanish-proxy-bungeecord").tasks.shadowJar.flatMap { it.archiveFile })
platformVersions.set((property("waterfallVersion") as String).split(",").map { it.trim() })
}
}
Expand Down

0 comments on commit 7daa3e9

Please sign in to comment.