Problem building rosjava-core - rosjava_core:unspecified
I'm trying to build rosjava_core by invoking ./gradlew
I'm running kubuntu 13.04, and have installed ros-hydro-desktop-full from the repos.
I've cloned rosjava_core from the git repo, and switched to the hydro branch.
this is the error I am getting.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'rosjava_core'.
> Could not resolve all dependencies for configuration ':classpath'.
> Could not find any version that matches org.ros.rosjava_bootstrap:gradle_plugins:[0.1,0.2).
Required by:
:rosjava_core:unspecified
On a side note, all I actually want to do is start writing a java node. Am I starting in the wrong place?
Thanks.