Skip to content

Commit

Permalink
feat: plain jar 파일 생성을 막기 위해 속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
packdev937 committed Aug 13, 2023
1 parent a216bcb commit a487d1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}

// 플레인 .jar 파일의 생성을 막기 위해
jar {
enabled = false
}

0 comments on commit a487d1a

Please sign in to comment.