Temporarily skip tasks that point at datasets previously hosted at home.apache.org #13647 #14144

This commit is contained in:
Dawid Weiss 2025-01-15 17:58:49 +01:00
parent bf7c98a0a1
commit b00f6afaa4
1 changed files with 12 additions and 0 deletions

View File

@ -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