Add note about Gradle wrapper on Windows (#49528)

With this commit we add a clarifying note in the contribution guidelines
that our examples show the usage on Unix and also explain how to invoke
the Gradle wrapper script on Windows.

Closes #49521
This commit is contained in:
Daniel Mitterdorfer 2019-11-25 07:39:42 -05:00 committed by Daniel Mitterdorfer
parent af0f97d50a
commit 8c374014ae
1 changed files with 3 additions and 1 deletions

View File

@ -107,7 +107,9 @@ and `JAVA11_HOME` available so that the tests can pass.
`jrunscript` for jdk distributions.
Elasticsearch uses the Gradle wrapper for its build. You can execute Gradle
using the wrapper via the `gradlew` script in the root of the repository.
using the wrapper via the `gradlew` script on Unix systems or `gradlew.bat`
script on Windows in the root of the repository. The examples below show the
usage on Unix.
We support development in the Eclipse and IntelliJ IDEs.
For Eclipse, the minimum version that we support is [4.13][eclipse].