标签:lease str jar style strong color not pat parallel
参考网址:https://stackoverflow.com/questions/45456210/could-not-find-tools-jar-when-build-gradle-project
执行:
gradlew.bat clean build -x test
出错信息:
Parallel execution with configuration on demand is an incubating feature. > Task :compileJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ‘:compileJava‘. > Could not find tools.jar. Please check that D:\Java\jre contains a valid JDK installation.
解决:
在根目录下新建一个gradle.properties,在其中加上一行即可:
org.gradle.java.home=C:/path/to/your/jdk
Could not find tools.jar when build gradle project
标签:lease str jar style strong color not pat parallel
原文地址:https://www.cnblogs.com/ZYTZ/p/11328231.html