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 ffe40d23e1
commit 238cd5fd0c

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.