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

use the project version for the subfolder message generation (rosjava_test_msgs).

parent ab5d79f8
No related branches found
No related tags found
No related merge requests found
......@@ -156,10 +156,10 @@ class CatkinPackage {
/*
* Hack to work around for rosjava_test_msgs - look in a subfolder for the
* msgs and name the artifact by the subfolder name.
* msgs and name the artifact by the subfolder name/version.
*/
def void generateMessageArtifactInSubFolder(Project p, String subfolderName, List<String> dependencies) {
p.version = version
// p.version = version use the subfolder's project version
p.dependencies.add("compile", 'org.ros.rosjava_bootstrap:message_generation:0.1.+')
dependencies.each { d ->
p.dependencies.add("compile", p.dependencies.project(path: ':' + d))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment