LUCENE-10226: test target creates a weird folder (lazy property).

This commit is contained in:
Dawid Weiss 2021-11-09 08:34:04 +01:00
parent ded77d8bfd
commit 263765a9b0
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ allprojects {
tasks.withType(Test) {
ext {
testOutputsDir = file("${reports.junitXml.outputLocation}/outputs")
testOutputsDir = file("${reports.junitXml.outputLocation.get()}/outputs")
}
// LUCENE-9660: Make it possible to always rerun tests, even if they're incrementally up-to-date.