Skip to content

Commit 6c19bf9

Browse files
committed
Update testing docs to reflect Gradle wrapper
This commit updates the testing docs to reflect the usage of the Gradle wrapper. Relates #28107
1 parent e61f250 commit 6c19bf9

File tree

3 files changed

+65
-63
lines changed

3 files changed

+65
-63
lines changed

GRADLE.CHEATSHEET

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
As a quick helper, below are the equivalent commands from maven to gradle (TESTING.md has also been updated). You can also run "gradle tasks" to see all tasks that are available to run.
1+
As a quick helper, below are the equivalent commands from Maven to Gradle
2+
(TESTING.md has also been updated). You can also run `./gradlew tasks` to see
3+
all tasks that are available to run.
24
clean -> clean
35
test -> test
46
verify -> check

README.textile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ We have just covered a very small portion of what Elasticsearch is all about. Fo
202202

203203
h3. Building from Source
204204

205-
Elasticsearch uses "Gradle":https://gradle.org for its build system. You'll need to have at least version 3.3 of Gradle installed.
205+
Elasticsearch uses "Gradle":https://gradle.org for its build system.
206206

207-
In order to create a distribution, simply run the @gradle assemble@ command in the cloned directory.
207+
In order to create a distribution, simply run the @./gradlew assemble@ command in the cloned directory.
208208

209209
The distribution for each project will be created under the @build/distributions@ directory in that project.
210210

0 commit comments

Comments
 (0)