Ensure spring-test test tasks are UP-TO-DATE

See also: 69214429df and eec183ef28
This commit is contained in:
Sam Brannen
2019-09-05 15:06:12 +02:00
parent d036b5a283
commit a7aecbb4dc
2 changed files with 23 additions and 19 deletions

View File

@@ -139,7 +139,6 @@ configure(allprojects) { project ->
// classes with the "$" pattern; otherwise, using -Dtest.single=MyTests to
// run MyTests by itself will fail if MyTests contains any inner classes.
exclude(["**/Abstract*.class", '**/*$*'])
reports.junitXml.setDestination(file("$buildDir/test-results"))
}
checkstyle {