generated from aura-ascend/template-service
coroutine
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import org.springframework.boot.gradle.tasks.bundling.BootJar
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "1.9.25"
|
||||
kotlin("plugin.spring") version "1.9.25"
|
||||
@@ -46,3 +48,6 @@ kotlin {
|
||||
tasks.withType<Test> {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
tasks.withType<BootJar> {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user