Skip to content

Commit

Permalink
Did not work, must have jar task enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
joka8508 committed Jun 8, 2023
1 parent e0e7848 commit a204018
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Expand Up @@ -160,12 +160,10 @@ tasks.withType(Test) {

tasks.named("bootWar") {
archiveClassifier = 'boot'
enabled = false
}

tasks.named("war") {
archiveClassifier = ''
enabled = false
}

assets {
Expand Down

0 comments on commit a204018

Please sign in to comment.