You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default GRADLE_HOME and PATH lead to non-existent directory "/opt/gradle/gradle-$version", but the real symlink is /opt/gradle -> /opt/gradle-2.14.1, not /opt/gradle -> /opt/gradle/gradle-2.1.4.1
The valid template should be
export GRADLE_HOME=<%= @target_real %>
export PATH="$PATH:<%= @target_real %>/bin">
By default GRADLE_HOME and PATH lead to non-existent directory "/opt/gradle/gradle-$version", but the real symlink is /opt/gradle -> /opt/gradle-2.14.1, not /opt/gradle -> /opt/gradle/gradle-2.1.4.1
The valid template should be
export GRADLE_HOME=<%= @target_real %>
export PATH="$PATH:<%= @target_real %>/bin">