Skip to content

Commit

Permalink
Set the correct jar filename
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 committed Jun 29, 2024
1 parent d42794d commit d616d68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bootstrap/manager/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ tasks.withType<Test> {
useJUnitPlatform()
}

nameJar("MCXboxBroadcastManager")
tasks {
bootJar {
archiveFileName.set("MCXboxBroadcastManager.${archiveExtension.get()}")
}
}

description = "bootstrap-manager"

0 comments on commit d616d68

Please sign in to comment.