build: config spotless plugin and reformat code

This commit is contained in:
Frank.R.Wu
2023-06-15 11:08:05 +08:00
parent 4d620b64f3
commit b9ac471185
19 changed files with 618 additions and 638 deletions

View File

@@ -4,6 +4,9 @@ plugins {
id 'maven-publish'
id 'signing'
}
apply from: '../spotless.gradle'
group 'org.bdware.bdcontract'
version '0.2.0'
sourceCompatibility = 1.8