Skip to content

Commit

Permalink
chore: task.jar enabled false 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seokjin8678 committed Dec 23, 2023
1 parent 8844d5d commit 4968cb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,7 @@ allOpen {
annotation("jakarta.persistence.Embeddable")
annotation("jakarta.persistence.MappedSuperclass")
}

tasks.jar {
enabled = false
}

0 comments on commit 4968cb5

Please sign in to comment.