Compare commits

...

2 Commits

Author SHA1 Message Date
Sambo Chea a27388320f Add for demo boot jar to true 2021-01-26 14:15:22 +07:00
Sambo Chea 294110af96 Add clean script 2021-01-26 13:41:57 +07:00
2 changed files with 8 additions and 0 deletions

3
clean.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
bash gradlew clean

View File

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