Skip to content

Commit

Permalink
chore: plain jar 생성되지 않도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomo authored and key-del-jeeinho committed Jul 22, 2023
1 parent 826921e commit 414feae
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 @@ -42,3 +42,7 @@ task("projectVersion") {
println(project.version)
}
}

tasks.jar {
enabled = false
}

0 comments on commit 414feae

Please sign in to comment.