mirror of https://github.com/apache/lucene.git
LUCENE-10226: test target creates a weird folder (lazy property).
This commit is contained in:
parent
ded77d8bfd
commit
263765a9b0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue