I am trying to install Gradle 2.3 and below is my environment variables in the bash profile,
Gradle
export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home export GRADLE_HOME=Users/dharitha/Desktop/gradle-2.3 export PATH=$GRADLE_HOME/bin:$PATH but i am unable to execute gradle , when i execute gradle -v it says gradle command not found.
pls help me to fix this issue. and check my bash profile content above, and let me know war is wrong.