We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7a439 commit 07a0b62Copy full SHA for 07a0b62
build.gradle.kts
@@ -8,7 +8,7 @@ import org.gradle.kotlin.dsl.implementation
8
plugins {
9
val kotlinVersion = "2.0.21"
10
kotlin("jvm") version kotlinVersion
11
- id("com.diffplug.spotless") version "7.0.3"
+ id("com.diffplug.spotless") version "8.0.0"
12
id("org.springframework.boot") version "3.4.4" apply false
13
id("io.gitlab.arturbosch.detekt") version "1.23.8"
14
id("pl.allegro.tech.build.axion-release") version "1.18.18"
0 commit comments