Skip to content

Commit

Permalink
Upgrade Spotless to 6.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Sep 17, 2024
1 parent b59a8d4 commit 9118448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("io.spring.dependency-management") version "1.1.4" apply false
id("org.sonarqube") version "5.1.0.4882"
id("org.jetbrains.kotlin.jvm") apply false
id("com.diffplug.spotless") version "6.11.0"
id("com.diffplug.spotless") version "6.25.0"
`maven-publish`
signing
}
Expand Down Expand Up @@ -40,7 +40,7 @@ configure(subprojects.filter { it.name != "kotlin-checks-test-sources" }) {
}
kotlinGradle {
target("*.gradle.kts")
ktlint()
ktlint("1.0.0")
}

format("misc") {
Expand Down

0 comments on commit 9118448

Please sign in to comment.