We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc7fc0 commit 087f468Copy full SHA for 087f468
build.gradle
@@ -300,11 +300,6 @@ if (project.gradle.startParameter.taskNames.any { it.startsWith("checkPart") ||
300
301
subprojects { proj ->
302
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
- }
308
}
309
310
allprojects {
0 commit comments