This commit is contained in:
2025-09-14 12:06:55 +02:00
parent 731170aa8d
commit 8743419447
9 changed files with 520 additions and 0 deletions

View File

@@ -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,7 @@ kotlin {
tasks.withType<Test> {
useJUnitPlatform()
}
tasks.withType<BootJar> {
enabled = false
}