Add customer api module for demo

This commit is contained in:
2021-01-28 13:22:46 +07:00
parent eedeb3abfa
commit 2a83907be1
4 changed files with 15 additions and 3 deletions

View File

@@ -17,3 +17,11 @@ dependencies {
tasks.withType<Test> {
useJUnitPlatform()
}
tasks.withType<Jar> {
enabled = true
}
tasks.withType<org.springframework.boot.gradle.tasks.bundling.BootJar> {
enabled = false
}