forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Build] Provide task to build all public available artifacts
We have suggested using `./gradlew assemble` in our README to build elasticsearch artifacts. This causes problems since this also includes building our wolfi image that is based on a non public available wolfi base image. To work around this we introduce a task `assemblePublicArtifacts` that we also reference in our docs for third party elasticsearch source user. This also reduces the stuff that is build beyond the distribution. like fixtures that are not part of the distribution.
- Loading branch information
Showing
2 changed files
with
75 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters