From 2caa5cbcb0c9022c4e897711081683db2e0f6788 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:16:16 +0000 Subject: [PATCH] Update plugin com.diffplug.spotless to v8.10.2 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 7ea3f33..f5c6f79 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -38,7 +38,7 @@ dependencyResolutionManagement { library("paper", "io.papermc.paper:paper-api:26.2.build.121-stable") plugin("shadow", "com.gradleup.shadow").version("9.6.1") plugin("pluginyml", "net.minecrell.plugin-yml.bukkit").version("0.6.0") - plugin("spotless", "com.diffplug.spotless").version("8.10.1") + plugin("spotless", "com.diffplug.spotless").version("8.10.2") } } }