Skip to content

Commit

Permalink
chore: jar 파일 설정 #84
Browse files Browse the repository at this point in the history
  • Loading branch information
chaewss committed Jul 27, 2023
1 parent 8f6110e commit e4b3241
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 @@ -66,6 +66,10 @@ ext {
snippetsDir = file('build/generated-snippets')
}

jar {
enabled = false
}

bootJar {
enabled = true
dependsOn asciidoctor
Expand Down

0 comments on commit e4b3241

Please sign in to comment.