build: config spotless plugin and reformat code

This commit is contained in:
Frank.R.Wu
2023-06-15 11:08:12 +08:00
parent 6cd99cf17a
commit fc453d56fc
46 changed files with 1315 additions and 1584 deletions

View File

@@ -2,6 +2,9 @@ plugins {
id 'java'
id 'java-library'
}
apply from: '../spotless.gradle'
repositories {
mavenCentral()
}