mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-04-03 14:32:29 +02:00
Remove protocol definitions from Spotless
This commit is contained in:
@@ -36,6 +36,11 @@ plugins {
|
||||
|
||||
spotless {
|
||||
java {
|
||||
target fileTree(rootDir) {
|
||||
include '**/*.java'
|
||||
exclude '**/generated/**/*.*'
|
||||
}
|
||||
|
||||
importOrder('io.grasscutter', '', 'java', 'javax', '\\#java', '\\#') // Configure import order.
|
||||
googleJavaFormat('1.15.0') // Use Google's Java formatter.
|
||||
formatAnnotations() // Reformat annotations.
|
||||
|
||||
Reference in New Issue
Block a user