From ee26e56906ed566237529f14945266f99aa1c29d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 06:32:56 +0000 Subject: [PATCH] Update plugin com.diffplug.spotless to v8.5.1 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 80cd2ea..b92e9de 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.1") plugin("pluginyml", "net.minecrell.plugin-yml.bukkit").version("0.6.0") - plugin("spotless", "com.diffplug.spotless").version("8.4.0") + plugin("spotless", "com.diffplug.spotless").version("8.5.1") } } }