We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a62f8 commit 2f0e5c6Copy full SHA for 2f0e5c6
CHANGELOG.rst
@@ -2,6 +2,10 @@
2
Changelog
3
^^^^^^^^^
4
5
+0.1.29 [2013-11-08]
6
+===================
7
+* fix single artifact message generation when there is dependencies.
8
+
9
0.1.28 [2013-10-30]
10
===================
11
* seed ROS_MAVEN_REPOSITORY when necessary.
src/rosjava_build_tools/templates/rosjava_msg_project/build.gradle.in
@@ -15,7 +15,7 @@
15
*/
16
17
try {
18
- project.catkin.tree.pkgs['%(project_name)s'].generateMessageArtifact(project)
+ project.catkin.tree.pkgs['%(project_name)s'].generateUnofficialMessageArtifact(project)
19
} catch (NullPointerException e) {
20
println("Couldn't find %(project_name)s on the ROS_PACKAGE_PATH")
21
}
0 commit comments