build: config spotless plugin and reformat code

This commit is contained in:
Frank.R.Wu
2023-06-15 11:31:07 +08:00
parent 698c8cf569
commit 23f367f398
12 changed files with 157 additions and 123 deletions

View File

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