No target/releases fold after building ElasticSearch

After cloning ElasticSearch git to local and invoking gradle build successfully, there's no target/releases folder in core subproject as said in official README.md document. I'm wondering whether I'm missing something or not.

Env:
Mac OSX 10.11
Gradle 2.8
JVM 1.8

You should find a build folder or similar instead.

Feel free to send a PR to update the documentation. Will be highly appreciated! :slight_smile:

Yep, there's core/build folder, but I didn't find the elasticsearch binary file for me to launch ElasticSearch service. How could I launch the service after gradle build?

Have a look in distribution/zip/build/distributions

Thanks, it works!