Skip to content

Commit

Permalink
Fix : build.gradle 수정
Browse files Browse the repository at this point in the history
jar 파일이 두번 생성되는 것을 방지
  • Loading branch information
thsghdud13 committed Sep 21, 2024
1 parent 691e51c commit 75e92bd
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 @@ -36,3 +36,7 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}

jar{
enabled = false
}

0 comments on commit 75e92bd

Please sign in to comment.