Error in building new package in rosjava_core
Hi,
I want to build a new rosjava_core
package and follow the same step as given here. I used build.gradle
as given in tutorial and on using both commands gradle build
and gradle installApp
I get error:
A problem occurred evaluating root project 'test_java_core'.
Cause: Could not find method maven() for arguments [build_qrpk3gb7vg4fn9nn26dq7oqkj$_run_closure1_closure3@11eea7f0] on root project 'test_java_core'.
Then I copied build.gradle from rosjava_tutorial_pubsub to my new package. I got error:
A problem occurred evaluating root project 'test_java_core'.
Cause: Project with path ':rosjava' could not be found in root project 'test_java_core'.
Did some one have same problem? Any hints about the solution? Thanks