My system JAVA_HOMEand PATHpoints to the JDK 7, but I want to use the JDK 8 project, which opened in IntelliJ. I change the settings in the project structure and it works fine in the IDE, but unfortunately Gradle build assembly from the IDE still uses JDK 7. How can I specify Gradle JDK in IntelliJ 13.0?
source
share