Skip to content

Commit 087f468

Browse files
committed
Use released lucene 10.3.0
1 parent dcc7fc0 commit 087f468

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

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

301301
subprojects { proj ->
302302
apply plugin: 'elasticsearch.base'
303-
304-
repositories {
305-
// TODO: Temporary for Lucene RC builds. REMOVE
306-
maven { url = "https://dist.apache.org/repos/dist/dev/lucene/lucene-10.3.0-RC2-rev-e2871287e4a378739f0b74081d124e3668347875/lucene/maven" }
307-
}
308303
}
309304

310305
allprojects {

0 commit comments

Comments
 (0)