Skip to content

Commit

Permalink
fix: 파일 중복 문제를 위해 build.gradle 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
1o18z committed Oct 3, 2023
1 parent b5b2098 commit d85a9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mealkitary-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ val snippetsDir by extra { file("build/generated-snippets") }
val asciidoctorExt: Configuration by configurations.creating

bootJar.enabled = true
bootJar.duplicatesStrategy = DuplicatesStrategy.EXCLUDE
jar.enabled = false

plugins {
Expand Down

0 comments on commit d85a9e2

Please sign in to comment.