Skip to content

Commit 3f44379

Browse files
Spotless
- Potential fix to CI issue
1 parent 3e67210 commit 3f44379

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
44
plugins {
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"

0 commit comments

Comments
 (0)