Remove protocol definitions from Spotless

This commit is contained in:
KingRainbow44
2023-05-30 13:19:24 -04:00
parent 01dfebf681
commit 385b6fbd7c
3704 changed files with 2890179 additions and 3137906 deletions

View File

@@ -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.