Compare commits

..

No commits in common. "a27388320fd8a7f7a5e0d395f8392d50739563af" and "cfe8efdf5ac7480f081561c9c01cb709239b1982" have entirely different histories.

2 changed files with 0 additions and 8 deletions

View File

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

View File

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