We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba81b0 commit 6dd1d7fCopy full SHA for 6dd1d7f
TESTING.asciidoc
@@ -16,6 +16,15 @@ following:
16
./gradlew assemble
17
-----------------------------
18
19
+To create a platform-specific build including the x-pack modules, use the
20
+following depending on your operating system:
21
+
22
+-----------------------------
23
+./gradlew :distribution:archives:linux-tar:assemble --parallel
24
+./gradlew :distribution:archives:darwin-tar:assemble --parallel
25
+./gradlew :distribution:archives:windows-zip:assemble --parallel
26
27
28
=== Running Elasticsearch from a checkout
29
30
In order to run Elasticsearch from source without building a package, you can
0 commit comments