|
@@ -159,8 +159,7 @@ class VagrantTestPlugin implements Plugin<Project> {
|
|
|
private static void configurePackagingArchiveRepositories(Project project) {
|
|
|
RepositoryHandler repos = project.repositories
|
|
|
|
|
|
- // Try maven central first, it'll have releases before 5.0.0
|
|
|
- repos.mavenCentral()
|
|
|
+ repos.jcenter() // will have releases before 5.0.0
|
|
|
|
|
|
/* Setup a repository that tries to download from
|
|
|
https://artifacts.elastic.co/downloads/elasticsearch/[module]-[revision].[ext]
|