Skip to content

Commit

Permalink
Temporarily skip tasks that point at datasets previously hosted at ho…
Browse files Browse the repository at this point in the history
…me.apache.org #13647 #14144
  • Loading branch information
dweiss committed Jan 15, 2025
1 parent bf7c98a commit b00f6af
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions gradle/datasets/external-datasets.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b00f6af

Please sign in to comment.