Skip to content

Commit

Permalink
Merge pull request #5 from Catch-You/feat/사건등록
Browse files Browse the repository at this point in the history
[CHORE] bootJar enable로 수정
  • Loading branch information
xloyeon authored Dec 5, 2023
2 parents 7e7f9c7 + 4d57a70 commit db872b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bootJar.enabled = false
bootJar.enabled = true
jar.enabled = true

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion Domain/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bootJar.enabled = false
bootJar.enabled = true
jar.enabled = true

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion Infrastructure/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bootJar { enabled = false }
bootJar { enabled = true }
jar { enabled = true }

repositories {
Expand Down

0 comments on commit db872b2

Please sign in to comment.