Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
bb2002 authored May 11, 2024
1 parent 5df33f2 commit b8232b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}

bootJar {
archiveFileName = 'server.jar’
}

0 comments on commit b8232b6

Please sign in to comment.