Could not get unknown property 'jar' for project ':core' of type org.gradle.ap i.Project

Elasticsearch version: 5.5.2
OS: Windlws
When I use gradle to build elasticsearch source code, I encounter a problem like this:

  • What went wrong:
    A problem occurred evaluating project ':distribution'.

Could not get unknown property 'jar' for project ':core' of type org.gradle.ap
i.Project.

I can't find ' org.gradle.api.Project' in build.gradle in elasticsearch-5.5.2\distribution.
Anyone can tell me how to understand this message?

This problem has been resolved. add {} to the build.gradle in elasticsearch-5.5.2\distribution

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