gradle-retrolambda
gradle-retrolambda copied to clipboard
JAVA_HOME env
trafficstars
Possibly add this useful snippet in the docs (for OS X):
# ~/.bash_profile
export JAVA6_HOME=`/usr/libexec/java_home -v 1.6`
export JAVA7_HOME=`/usr/libexec/java_home -v 1.7`
export JAVA8_HOME=`/usr/libexec/java_home -v 1.8`
Could be, I didn't go into details on how to set the environment variables since it's different on each os.
@Diolor you are my savior!