auto run spotlessapply
This commit is contained in:
parent
c55a5657a4
commit
b572a5e4c9
1 changed files with 3 additions and 0 deletions
|
@ -150,6 +150,9 @@ dependencies {
|
|||
annotationProcessor 'org.projectlombok:lombok:1.18.28'
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
dependsOn 'spotlessApply'
|
||||
}
|
||||
|
||||
task writeVersion {
|
||||
def propsFile = file('src/main/resources/version.properties')
|
||||
|
|
Loading…
Reference in a new issue