File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
44plugins {
55 id " com.peterabeles.gversion" version " 1.10.3" apply false
66 id " net.ltgt.errorprone" version " 4.0.1" apply false
7- id " com.diffplug.spotless" version " 6.9 .1" apply false
7+ id " com.diffplug.spotless" version " 7.2 .1" apply false
88 id " io.github.gradle-nexus.publish-plugin" version " 2.0.0"
99}
1010
@@ -314,7 +314,7 @@ subprojects {
314314
315315 // define the steps to apply to those files
316316 trimTrailingWhitespace()
317- indentWithTabs ()
317+ leadingSpacesToTabs ()
318318 endWithNewline()
319319 }
320320 java {
@@ -324,7 +324,7 @@ subprojects {
324324 targetExclude(' **/*_MT*.java' , ' **/*_F32.java' , ' **/generated/*' )
325325
326326 toggleOffOn(' formatter:off' , ' formatter:on' )
327- removeUnusedImports()
327+ // removeUnusedImports() <-- turned off due to a Java 25 issue
328328 endWithNewline()
329329
330330 licenseHeaderFile " ${ project.rootDir} /misc/copyright.txt"
You can’t perform that action at this time.
0 commit comments