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 b59a8d4 commit 95e87b0Copy full SHA for 95e87b0
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
id("io.spring.dependency-management") version "1.1.4" apply false
11
id("org.sonarqube") version "5.1.0.4882"
12
id("org.jetbrains.kotlin.jvm") apply false
13
- id("com.diffplug.spotless") version "6.11.0"
+ id("com.diffplug.spotless") version "6.25.0"
14
`maven-publish`
15
signing
16
}
@@ -40,7 +40,7 @@ configure(subprojects.filter { it.name != "kotlin-checks-test-sources" }) {
40
41
kotlinGradle {
42
target("*.gradle.kts")
43
- ktlint()
+ ktlint("0.50.0")
44
45
46
format("misc") {
0 commit comments