> Project :benchmarks declares a dependency from configuration 'compile' t configuration 'default' which is not declared in the descriptor for project :c re

elasticsearch version: 5.5.2
Operating System: Windows
Gradle version: 3.5
When I use gradle 3.5 to build elasticsearch source code 5.5.2, it has a exception, like this:
What went wrong:
ould not determine the dependencies of task ':benchmarks:shadowJar'.
Could not resolve all dependencies for configuration ':benchmarks:runtime'.

Could not resolve org.elasticsearch:elasticsearch:5.5.2-SNAPSHOT.
Required by:
project :benchmarks
Project :benchmarks declares a dependency from configuration 'compile' t
configuration 'default' which is not declared in the descriptor for project :c
re.

Try:
un with --stacktrace option to get the stack trace. Run with --info or --debug
ption to get more log output.

Could anyone can help me with this problem?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.