Skip to content

Commit efd256f

Browse files
Update com.diffplug.spotless to v8.8.0
1 parent bec1e9a commit efd256f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build-logic/jvm/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
dependencies {
1010
implementation(project(":basics"))
1111
implementation(project(":build-parameters"))
12-
implementation("com.diffplug.spotless:com.diffplug.spotless.gradle.plugin:8.6.0")
12+
implementation("com.diffplug.spotless:com.diffplug.spotless.gradle.plugin:8.8.0")
1313
implementation("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:3.0.2")
1414
implementation("de.thetaphi.forbiddenapis:de.thetaphi.forbiddenapis.gradle.plugin:3.10")
1515
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
// The Kotlin Gradle plugin was loaded multiple times in different subprojects, which is not supported and may break the build.
88
`embedded-kotlin` apply false
99
// The Spotless plugin uses a shared build service. Load it at the root project level to avoid classloader collision in subprojects.
10-
id("com.diffplug.spotless") version "8.6.0" apply false
10+
id("com.diffplug.spotless") version "8.8.0" apply false
1111
}
1212

1313
val calculatedVersion = property("version") as String + (if (hasProperty("release")) "" else "-SNAPSHOT")

0 commit comments

Comments
 (0)