Skip to content
Snippets Groups Projects
Commit dc00502c authored by Julian Cerruti's avatar Julian Cerruti Committed by GitHub
Browse files

Merge pull request #57 from adamantivm/tooling-updates

Gradle 2.2.1 to 2.14.1 and mavenCentral to jcenter
parents 3555dd92 0523d4cf
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()
} }
/*********************** /***********************
......
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '2.2.1' gradleVersion = '2.14.1'
} }
...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
...@@ -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