Format code

This commit is contained in:
2025-04-08 23:44:37 +03:00
parent e2a1c867fd
commit 8ab982b360
9 changed files with 54 additions and 62 deletions

View File

@@ -4,6 +4,7 @@ plugins {
id("org.springframework.boot") version "3.4.4"
id("io.spring.dependency-management") version "1.1.7"
id("com.google.cloud.tools.jib") version "3.4.5"
id("com.diffplug.spotless") version "7.0.3"
}
group = "com.pischule"
@@ -48,3 +49,9 @@ kotlin {
tasks.withType<Test> {
useJUnitPlatform()
}
spotless {
kotlin {
ktfmt("0.54").kotlinlangStyle()
}
}