[Gradle] Spotless plugin update (#115750)

- provides better configuration cache support
- requires some rework due to changed defaults
This commit is contained in:
Rene Groeschke 2025-06-11 20:22:13 +02:00 committed by GitHub
parent 17d463f6bf
commit 6370d600b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 213 additions and 41 deletions

View file

@ -381,7 +381,6 @@ tasks.named("jar") {
spotless {
java {
// workaround for https://github.com/diffplug/spotless/issues/2317
//toggleOffOn()
target project.fileTree("src/main/java") {