From 47286f1b1df3111dc39e5f53ccc30a411edf1b19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:49:21 +0000 Subject: [PATCH] Update plugin com.diffplug.spotless to v8.8.0 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 1f32e50..acbd669 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -38,7 +38,7 @@ dependencyResolutionManagement { library("paper", "io.papermc.paper:paper-api:26.1.2.build.60-stable") plugin("shadow", "com.gradleup.shadow").version("9.4.3") plugin("pluginyml", "net.minecrell.plugin-yml.bukkit").version("0.6.0") - plugin("spotless", "com.diffplug.spotless").version("8.7.0") + plugin("spotless", "com.diffplug.spotless").version("8.8.0") } } }