mirror of https://github.com/apache/lucene.git
parent
06f9179295
commit
486003833f
|
@ -92,6 +92,11 @@ configure(project(":lucene").subprojects) { prj ->
|
|||
project.mkdir("${buildDir}/spotless/spotlessJava")
|
||||
}
|
||||
}
|
||||
|
||||
// Schedule the core formatting task to run after Java compilation (GH-12012)
|
||||
spotlessJava {
|
||||
mustRunAfter tasks.withType(JavaCompile)
|
||||
}
|
||||
}
|
||||
|
||||
// Emit a custom message about how to fix formatting errors.
|
||||
|
|
Loading…
Reference in New Issue