Merge pull request #2001 from square/renovate/com.diffplug.spotless-8.x

Update plugin spotless to v8
This commit is contained in:
Jake Wharton
2025-09-24 14:44:12 -04:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.6" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.34.0" }
mavenShadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
spotless = { id = "com.diffplug.spotless", version = "7.2.1" }
spotless = { id = "com.diffplug.spotless", version = "8.0.0" }
[libraries]
asm = "org.ow2.asm:asm:9.8"