1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-06-26 00:30:27 +02:00

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