Hi. I am new to gradle but I thought would have been enough make a symbolic link called "gradle" to build stuff like I do with maven. Instead:

./gradlew build

NoClassDefFoundError: org/gradle/wrapper/GradleWrapperMain

Either having oir not having a "gradle" command configured as a symbolic link to gradle 0.9-rc2, either having or not GRADLE_HOME pointing to actual gradle home.

How is this supposed to work?

Launching just "gradle build" gives me this other error:

* What went wrong:
Could not compile build file '/media/Storage/source/spring-social/build.gradle'.
Cause: startup failed:
build_gradle_739ed856fc98ad69c614b159b87950cd: 16: unable to resolve class org.springframework.build.Version
@ line 16, column 2.
import org.springframework.build.Version
^

1 error