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 dacba55 commit ad912cdCopy full SHA for ad912cd
README.md
@@ -31,8 +31,10 @@ Upgrade the plugin
31
32
In order to upgrade the plugin, one can simply run for example `./prepare-version.sh 7.17.28`. It will:
33
- fetch dependencies versions form Elasticsearch internals
34
-- upgrade the right configuration files
35
-- build the .zip module inside /build/distributions/ using gradle
+- upgrade the configuration files
+
36
+You can then run `./build.sh` that will build the plugin in a docker container using gradle.
37
+If successful, the plugin will be available in `./build/distributions/` (under the name `pathhierarchy-aggregation-7.17.28.0.zip` in this example).
38
39
40
0 commit comments