Skip to content

Commit

Permalink
📌chore: plain jar 파일 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
seheonnn committed Jan 14, 2024
1 parent 6795f5a commit c63ccf2
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 @@ -58,3 +58,8 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}

// enable plain.jar
jar{
enabled=false
}

0 comments on commit c63ccf2

Please sign in to comment.