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 254d82f commit 30d23b2Copy full SHA for 30d23b2
build.gradle
@@ -241,11 +241,6 @@ if (project.gradle.startParameter.taskNames.any { it.startsWith("checkPart") ||
241
242
subprojects { proj ->
243
apply plugin: 'elasticsearch.base'
244
-
245
- repositories {
246
- // TODO: Temporary for Lucene RC builds. REMOVE
247
- maven { url "https://dist.apache.org/repos/dist/dev/lucene/lucene-9.12.0-RC1-rev-f9cb943157870156af5f31cce315b95c08295c03/lucene/maven" }
248
- }
249
}
250
251
allprojects {
0 commit comments