[NO-BTS] Change properties for production

This commit is contained in:
woo-jin.shin
2021-11-22 02:02:46 +09:00
parent 26520fba79
commit ed96cbab8f
7 changed files with 17 additions and 6 deletions

View File

@@ -12,4 +12,12 @@ test {
testLogging {
events "passed", "skipped", "failed"
}
}
jar {
enabled = true
}
bootJar {
enabled = false
}