Skip to content

Commit

Permalink
fix: update building of jar
Browse files Browse the repository at this point in the history
  • Loading branch information
iamceph committed Mar 18, 2022
1 parent 4b84b88 commit 3725abe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ test {
useJUnitPlatform()
}

jar {
enabled = true
archiveClassifier = ''
}

bootJar {
enabled = false
}
Expand Down

0 comments on commit 3725abe

Please sign in to comment.