Task :caffeine:compileJavaPoetJava FAILED #582
Answered
by
ben-manes
manishkrishan
asked this question in
Q&A
-
downloaded 3.0.3 code and to build it with "gradlew build" after downloading dependencies, it failed:Starting a Gradle Daemon (subsequent builds will be faster) checksum-dependency-plugin is disabled since checksumIgnore property is present
FAILURE: Build failed with an exception.
|
Beta Was this translation helpful? Give feedback.
Answered by
ben-manes
Aug 31, 2021
Replies: 1 comment 3 replies
-
This indicates that you do not have JDK11 or higher installed. That is required for 3.x, whereas the v2.dev branch supports JDK8. Currently we don't have Gradle's support for auto-installing the jdk enabled. That should probably be done as a friendly bootstrap mechanism. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ben-manes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This indicates that you do not have JDK11 or higher installed. That is required for 3.x, whereas the v2.dev branch supports JDK8.
Currently we don't have Gradle's support for auto-installing the jdk enabled. That should probably be done as a friendly bootstrap mechanism.