Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit dc00502

Browse files
authored
Merge pull request #57 from adamantivm/tooling-updates
Gradle 2.2.1 to 2.14.1 and mavenCentral to jcenter
2 parents 3555dd9 + 0523d4c commit dc00502

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ subprojects {
3333

3434
// These external repositories are copied from bootstrap.gradle.
3535
repositories {
36-
mavenCentral()
36+
jcenter()
3737
maven {
3838
url "http://repository.springsource.com/maven/bundles/release"
3939
}

buildscript.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ rootProject.buildscript {
4141
maven {
4242
url "https://github.com/rosjava/rosjava_mvn_repo/raw/master"
4343
}
44-
mavenCentral()
44+
jcenter()
4545
}
4646
dependencies {
4747
classpath "org.ros.rosjava_bootstrap:gradle_plugins:[0.3,0.4)"

experiments/ros-java.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ repositories {
9494
maven {
9595
url "http://repository.springsource.com/maven/bundles/external"
9696
}
97-
mavenCentral()
97+
jcenter()
9898
}
9999

100100
/***********************

gradle.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
task wrapper(type: Wrapper) {
2-
gradleVersion = '2.2.1'
2+
gradleVersion = '2.14.1'
33
}
4-
5-

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class RosPlugin implements Plugin<Project> {
5555
maven {
5656
url "http://repository.springsource.com/maven/bundles/external"
5757
}
58-
mavenCentral()
58+
jcenter()
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)