Skip to content
Snippets Groups Projects
Commit 0523d4cf authored by Julian Cerruti's avatar Julian Cerruti
Browse files

Switch from Maven Central to jcenter

parent addf0acc
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ subprojects { ...@@ -33,7 +33,7 @@ subprojects {
// These external repositories are copied from bootstrap.gradle. // These external repositories are copied from bootstrap.gradle.
repositories { repositories {
mavenCentral() jcenter()
maven { maven {
url "http://repository.springsource.com/maven/bundles/release" url "http://repository.springsource.com/maven/bundles/release"
} }
......
...@@ -41,7 +41,7 @@ rootProject.buildscript { ...@@ -41,7 +41,7 @@ rootProject.buildscript {
maven { maven {
url "https://github.com/rosjava/rosjava_mvn_repo/raw/master" url "https://github.com/rosjava/rosjava_mvn_repo/raw/master"
} }
mavenCentral() jcenter()
} }
dependencies { dependencies {
classpath "org.ros.rosjava_bootstrap:gradle_plugins:[0.3,0.4)" classpath "org.ros.rosjava_bootstrap:gradle_plugins:[0.3,0.4)"
......
...@@ -94,7 +94,7 @@ repositories { ...@@ -94,7 +94,7 @@ repositories {
maven { maven {
url "http://repository.springsource.com/maven/bundles/external" url "http://repository.springsource.com/maven/bundles/external"
} }
mavenCentral() jcenter()
} }
/*********************** /***********************
......
...@@ -55,7 +55,7 @@ class RosPlugin implements Plugin<Project> { ...@@ -55,7 +55,7 @@ class RosPlugin implements Plugin<Project> {
maven { maven {
url "http://repository.springsource.com/maven/bundles/external" url "http://repository.springsource.com/maven/bundles/external"
} }
mavenCentral() jcenter()
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment