Skip to content

Commit

Permalink
Removed redundant repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Mar 11, 2020
1 parent 67b54c4 commit c1a34b2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ plugins {

apply plugin: PrivateModulePlugin

repositories {
mavenCentral()
maven { url "https://jcenter.bintray.com" }
}


dependencyManagement {
imports {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ plugins {

apply plugin: PrivateModulePlugin

repositories {
mavenCentral()
maven { url "https://jcenter.bintray.com" }
}


dependencyManagement {
imports {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ plugins {

apply plugin: PrivateModulePlugin

repositories {
mavenCentral()
maven { url "https://jcenter.bintray.com" }
}


dependencyManagement {
imports {
Expand Down
5 changes: 1 addition & 4 deletions eventuate-local-java-micronaut-jdbc-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ plugins {

apply plugin: PrivateModulePlugin

repositories {
mavenCentral()
maven { url "https://jcenter.bintray.com" }
}


dependencyManagement {
imports {
Expand Down
5 changes: 1 addition & 4 deletions eventuate-local-java-micronaut-jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ plugins {
apply plugin: PrivateModulePlugin


repositories {
mavenCentral()
maven { url "https://jcenter.bintray.com" }
}


dependencyManagement {
imports {
Expand Down

0 comments on commit c1a34b2

Please sign in to comment.