mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03:00
Update spotless.gradle
This commit is contained in:
@@ -8,7 +8,10 @@ spotless {
|
||||
}
|
||||
|
||||
// licenseHeaderFile(file('config/license-header.txt')).updateYearWithLatest(true).yearStringFormat('%s')
|
||||
removeUnusedImports()
|
||||
// The google-java-format import remover relies on javac internals that
|
||||
// change between JDK releases. JavaParser keeps this step independent
|
||||
// of the JDK used to run Gradle (the project builds with JDK 25).
|
||||
removeUnusedImports('cleanthat-javaparser-unnecessaryimport')
|
||||
googleJavaFormat(rootProject.ext.googleJavaFormatVersion).aosp().reorderImports(false).reflowLongStrings().skipJavadocFormatting()
|
||||
|
||||
importOrder('java', 'javax', 'org', 'com', 'net', 'io', 'jakarta', 'lombok', 'me', 'stirling')
|
||||
|
||||
Reference in New Issue
Block a user