There are a lot of different options to set JDK folder in Gradle, but in IntelliJ the only option that worked for me was adding this line:
into idea.properties file.
gradle.java.home=C:/Program Files/Java/jdk1.8.0/
into idea.properties file.
No comments:
Post a Comment