Skip to content

Commit

Permalink
build: jar enabled false
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeuk520 committed Feb 21, 2024
1 parent 4f0211a commit 61ea455
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 @@ -38,3 +38,7 @@ dependencies {
tasks.named('test') {
useJUnitPlatform()
}

jar {
enabled = false
}

0 comments on commit 61ea455

Please sign in to comment.