Skip to content
Snippets Groups Projects
Commit 9b13a639 authored by Daniel Stonier's avatar Daniel Stonier
Browse files

new message generation api and gradle 1.8->1.9 for templates.

parent 413e809c
No related branches found
No related tags found
No related merge requests found
This is not installed, but it gets used to generate the gradle wrapper for a project. This is not installed, but it gets used to generate the gradle wrapper for a project.
It is currently the gradle wrapper supporting gradle 1.7. It is currently the gradle wrapper supporting gradle 1.9.
\ No newline at end of file \ No newline at end of file
No preview for this file type
#Fri Oct 18 13:01:06 CEST 2013 #Thu Dec 26 09:16:38 KST 2013
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip distributionUrl=http\://services.gradle.org/distributions/gradle-1.9-bin.zip
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
*/ */
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '1.8' gradleVersion = '1.9'
} }
buildscript { buildscript {
......
...@@ -15,8 +15,7 @@ ...@@ -15,8 +15,7 @@
*/ */
try { try {
project.catkin.tree.pkgs['%(project_name)s'].generateUnofficialMessageArtifact(project) project.catkin.tree.generateMessageArtifact(project, '%(project_name)s')
} catch (NullPointerException e) { } catch (NullPointerException e) {
println("Couldn't find %(project_name)s on the ROS_PACKAGE_PATH") println("Couldn't find %(project_name)s on the ROS_PACKAGE_PATH")
} }
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
*/ */
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '1.8' gradleVersion = '1.9'
} }
buildscript { buildscript {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment