File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1414 * the License.
1515 */
1616
17-
1817buildscript {
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+
3134apply plugin : ' catkin'
3235apply plugin : ' ros-java'
3336sourceCompatibility = 1.8
3437targetCompatibility = 1.8
3538
36- task wrapper (type : Wrapper ) {
37- gradleVersion = ' 4.6'
38- }
39-
4039repositories {
4140 mavenLocal()
4241 mavenCentral()
Original file line number Diff line number Diff line change 1- # Wed Mar 14 09:44:21 CET 2018
21distributionBase =GRADLE_USER_HOME
32distributionPath =wrapper/dists
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.6-bin.zip
You can’t perform that action at this time.
0 commit comments