mirror of https://github.com/apache/lucene.git
This commit is contained in:
parent
bf7c98a0a1
commit
b00f6afaa4
|
@ -52,6 +52,9 @@ configure(project(":lucene:benchmark")) {
|
|||
dst = file("${dataDir}/${name}")
|
||||
}
|
||||
|
||||
// TODO: dataset gone. https://github.com/apache/lucene/issues/13647
|
||||
onlyIf { false }
|
||||
|
||||
outputs.file ext.dst
|
||||
|
||||
src ext.src
|
||||
|
@ -73,6 +76,9 @@ configure(project(":lucene:benchmark")) {
|
|||
dst = file("${dataDir}/${name}")
|
||||
}
|
||||
|
||||
// TODO: dataset gone. https://github.com/apache/lucene/issues/13647
|
||||
onlyIf { false }
|
||||
|
||||
outputs.file ext.dst
|
||||
|
||||
src ext.src
|
||||
|
@ -99,6 +105,9 @@ configure(project(":lucene:benchmark")) {
|
|||
|
||||
outputs.file ext.dst
|
||||
|
||||
// TODO: dataset gone. https://github.com/apache/lucene/issues/13647
|
||||
onlyIf { false }
|
||||
|
||||
src ext.src
|
||||
dest ext.intermediate
|
||||
overwrite false
|
||||
|
@ -118,6 +127,9 @@ configure(project(":lucene:benchmark")) {
|
|||
dst = file("${dataDir}/${name}")
|
||||
}
|
||||
|
||||
// TODO: dataset gone. https://github.com/apache/lucene/issues/13647
|
||||
onlyIf { false }
|
||||
|
||||
outputs.dir ext.dst
|
||||
|
||||
src ext.src
|
||||
|
|
Loading…
Reference in New Issue