auto run spotlessapply

This commit is contained in:
Anthony Stirling 2023-12-30 19:37:46 +00:00
parent c55a5657a4
commit b572a5e4c9

View file

@ -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')