Exclude BlueMapAPI from spotless

This commit is contained in:
Blue (Lukas Rieger) 2021-09-19 22:15:14 +02:00
parent 1be8874f5a
commit bb59e771ed
No known key found for this signature in database
GPG Key ID: 904C4995F9E1F800

View File

@ -73,6 +73,7 @@ spotless {
target fileTree(project.rootDir) {
include '**/*.java'
exclude '**/build/**'
exclude 'BlueMapAPI/**'
}
}
}