mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 06:56:42 +00:00
Format code
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user