Skip to content

Commit f79833b

Browse files
authored
Merge pull request ernestmc#5 from benmaidel/feature/update_gradle
Update Gradle version
2 parents 75f1e57 + 124bac1 commit f79833b

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* the License.
1515
*/
1616

17-
1817
buildscript {
1918
try{
2019
apply from: "https://raw.githubusercontent.com/mojin-robotics/rosjava_bootstrap/kinetic/buildscript.gradle"
@@ -28,15 +27,15 @@ plugins {
2827
id "org.sonarqube" version "2.6.2"
2928
}
3029

30+
task wrapper(type: Wrapper) {
31+
gradleVersion = '4.10.2'
32+
}
33+
3134
apply plugin: 'catkin'
3235
apply plugin: 'ros-java'
3336
sourceCompatibility = 1.8
3437
targetCompatibility = 1.8
3538

36-
task wrapper(type: Wrapper) {
37-
gradleVersion = '4.6'
38-
}
39-
4039
repositories {
4140
mavenLocal()
4241
mavenCentral()

gradle/wrapper/gradle-wrapper.jar

2.79 KB
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Wed Mar 14 09:44:21 CET 2018
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip

0 commit comments

Comments
 (0)