Finally I found my solution. In the project root I found gradle.properties configure this java home
org.gradle.java.home=/usr/local/java/jdk1.8.0_05
I remove and build it properly.
Finally I found my solution. In the project root I found gradle.properties configure this java home
org.gradle.java.home=/usr/local/java/jdk1.8.0_05
I remove and build it properly.