You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2019/06/02 07:43:57 UTC

[lucene-solr] 01/03: SOLR-13452: Remove repo def from buildSrc gradle file.

This is an automated email from the ASF dual-hosted git repository.

markrmiller pushed a commit to branch jira/SOLR-13452_gradle_3
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 54c079909d7bdc16c8ca8b08a74ae351ccc8ea91
Author: markrmiller <ma...@apache.org>
AuthorDate: Sun Jun 2 02:13:17 2019 -0500

    SOLR-13452: Remove repo def from buildSrc gradle file.
---
 buildSrc/build.gradle | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index f1eb030..92e5a82 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -18,16 +18,12 @@
 apply plugin: 'groovy'
 apply plugin: 'java'
 apply plugin: 'java-gradle-plugin'
-apply plugin: 'idea'
 
 buildDir = new File("build")
 
 group = 'org.apache.lucene.gradle'
 
-repositories {
-  jcenter()
-  mavenCentral()
-}
+apply from: new File("common/configure-repositories.gradle")
 
 dependencies {
   implementation gradleApi()