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

Commit 2599410

Browse files
talregevYujin Robot
authored andcommitted
update gradle plugin to v2.2.1
1 parent c105db6 commit 2599410

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
task wrapper(type: Wrapper) {
18-
gradleVersion = '1.11'
18+
gradleVersion = '2.2.1'
1919
}
2020

2121
buildscript {
@@ -36,7 +36,7 @@ buildscript {
3636
}
3737
}
3838
dependencies {
39-
classpath group: 'org.ros.rosjava_bootstrap', name: 'gradle_plugins', version: '[0.1,0.2)'
39+
classpath 'org.ros.rosjava_bootstrap:gradle_plugins:[0.1,0.2)'
4040
}
4141
}
4242

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Mar 19 17:32:21 KST 2014
1+
#Sun Feb 08 19:27:30 IST 2015
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip

0 commit comments

Comments
 (0)