I have java 1.4 and 1.8 installed on my machine and When importing a gradle project it complains that gradle-2.0 requires Java 2 or later to run. Your build is currently configured to use java 4.
How do i change it to use 8 instead of 4?
I have java 1.4 and 1.8 installed on my machine and When importing a gradle project it complains that gradle-2.0 requires Java 2 or later to run. Your build is currently configured to use java 4.
How do i change it to use 8 instead of 4?