Skip to content

Commit 14b0467

Browse files
committed
non ancient gradle version
- version bump - newest gradle
1 parent a31f181 commit 14b0467

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

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

2121
repositories {
@@ -44,7 +44,7 @@ dependencies {
4444

4545
compile 'org.ros.rosjava_core:rosjava:[0.3,0.4)'
4646
compile 'org.apache.directory.studio:org.apache.commons.logging:[1.1,1.2)'
47-
compile 'org.ros.rosjava_messages:actionlib_msgs:[1.11,1.13)'
47+
compile 'org.ros.rosjava_messages:actionlib_msgs:[1.11.0,1.14.0)'
4848
testCompile 'junit:junit:4.12'
4949
testCompile 'org.ros.rosjava_messages:actionlib_tutorials:[0.1,)'
5050

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Jan 09 15:59:10 CET 2018
1+
#Wed Mar 14 09:44:21 CET 2018
22
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.14.1-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rosjava_actionlib</name>
4-
<version>0.4.3</version>
4+
<version>0.4.4</version>
55
<description>Actionlib for Rosjava. A pure java implementation of actionlib.</description>
66

77
<maintainer email="[email protected]">Leroy Ruegemer</maintainer>

0 commit comments

Comments
 (0)