Temporary adding Apache Lucene repositories for snapshots (#3042)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
This commit is contained in:
parent
3d49ccead2
commit
f006afa969
|
@ -11,6 +11,10 @@ apply plugin: 'jacoco'
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
|
// TODO: Find the way to use the repositories from RepositoriesSetupPlugin
|
||||||
|
maven {
|
||||||
|
url = "https://d1nvenhzbhpy0q.cloudfront.net/snapshots/lucene/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
|
Loading…
Reference in New Issue