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 918b654 commit 29c5d35Copy full SHA for 29c5d35
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