From bebff4123850e39517ac67dd31bbb0eff41fa0fc Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Wed, 8 Jan 2025 10:26:56 +0100 Subject: [PATCH] Revert "Update plugin spotless to v7" This reverts commit 7664e38a9bf1a9d7942685d366c1f04682610a64. --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0f35b8ed0443..349db4973b86 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -98,5 +98,5 @@ jmh = { id = "me.champeau.jmh", version = "0.7.2" } nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" } plantuml = { id = "io.freefair.plantuml", version = "8.11" } shadow = { id = "com.gradleup.shadow", version = "8.3.5" } -spotless = { id = "com.diffplug.spotless", version = "7.0.0" } +spotless = { id = "com.diffplug.spotless", version = "6.25.0" } versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }