Make format task work with AOT project
This commit is contained in:
@@ -37,3 +37,12 @@ tasks.withType(Test).configureEach {
|
||||
useJUnitPlatform()
|
||||
outputs.upToDateWhen { false }
|
||||
}
|
||||
|
||||
compileJava {
|
||||
dependsOn("formatMain")
|
||||
}
|
||||
|
||||
compileTestJava {
|
||||
dependsOn("formatTest")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user