You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,19 @@ Include the following in your elasticsearch.yml config file:
33
33
34
34
**Note:** If you don’t do this, they still show up on the plugins list (see later) but you’ll get errors when you try to use either of them saying that elasticsearch can’t find the plugin.
35
35
36
-
## Step 2: Deployment
36
+
## Step 2: Build
37
+
To build the plugins simply run: `gradle build`.
38
+
39
+
The results will be located in: `PLUGIN_NAME/build/libs/`
0 commit comments