We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae0c07 commit 1e4412fCopy full SHA for 1e4412f
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