-
Notifications
You must be signed in to change notification settings - Fork 508
Open
Description
Gradle throw the following error :
``
Execution failed for task ':spotlessJavaApply'.
There were 6 lint error(s), they must be fixed or suppressed.
src/main/java/com/hypixel/hytale/server/core/Message.java:LINE_UNDEFINED expandwildcardimports(java.lang.IllegalStateException) Symbol resolution not configured: to configure consider setting a SymbolResolver in the ParserConfiguration (...)
``
The build.gradle.ktsis :
spotless {
java {
target(
"src/main/java/**/*.java"
)
palantirJavaFormat("2.85.0").formatJavadoc(true)
formatAnnotations()
forbidModuleImports()
expandWildcardImports()
removeUnusedImports()
endWithNewline()
importOrder()
}
}I'm using the plugin in version 8.2.1
Metadata
Metadata
Assignees
Labels
No labels