Skip to content

Commit 654e752

Browse files
committed
remove Lucene RC repository
1 parent ce8723c commit 654e752

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,6 @@ if (project.gradle.startParameter.taskNames.any { it.startsWith("checkPart") ||
283283

284284
subprojects { proj ->
285285
apply plugin: 'elasticsearch.base'
286-
287-
repositories {
288-
// TODO: Temporary for Lucene RC builds. REMOVE
289-
maven {
290-
url = uri("https://dist.apache.org/repos/dist/dev/lucene/lucene-10.2.2-RC1-rev-279eb7aaafe985e5d0552b7f2a10b63185a3f893/lucene/maven")
291-
}
292-
}
293286
}
294287

295288
allprojects {

0 commit comments

Comments
 (0)