ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You'll be more successfull searching for answers regarding gradle if you just use google:

Maybe this helps: http://forums.gradle.org/gradle/topics/gradle_build_error_in_sts

You'll be more successfull searching for answers regarding gradle if you just use google:

Maybe this helps: http://forums.gradle.org/gradle/topics/gradle_build_error_in_sts

You use gradle 1.0-milestone-3. As the link above says, you need at least gradle 1.0-milestone-5. So your gradle version is just too old. Use the gradlew wrapper from rosjava_core as it says in the tutorial.

You can also get the gradlew wrapper by running:

$ hg clone https://code.google.com/p/rosjava

Anywhere on your disk, and copying the file gradlew and the directory to your project, and then always using that gradlew instead of just gradle.

You'll be more successfull searching for answers regarding gradle if you just use google:

Maybe this helps: http://forums.gradle.org/gradle/topics/gradle_build_error_in_sts

You use gradle 1.0-milestone-3. As the link above says, you need at least gradle 1.0-milestone-5. So your gradle version is just too old. Use the gradlew wrapper from rosjava_core as it says in the tutorial.

You can also get the gradlew wrapper by running:

$ hg clone https://code.google.com/p/rosjava

Anywhere on your disk, and copying the file gradlew 'gradlew' and the 'gradle' directory to your project, and then always using that gradlew instead of just gradle.