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 ce8723c commit 654e752Copy full SHA for 654e752
build.gradle
@@ -283,13 +283,6 @@ if (project.gradle.startParameter.taskNames.any { it.startsWith("checkPart") ||
283
284
subprojects { proj ->
285
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
293
}
294
295
allprojects {
0 commit comments