-
Notifications
You must be signed in to change notification settings - Fork 12
Add some scripts to facilitate plugin generation for new ES versions #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- `prepare-version.sh`` sets up the environment based on targeted ES version - `build.sh` just run gradlew in a docker container It also adds a github action workflows to run the build and tests.
7a3ce41 to
62cb4d8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
88a37cf to
dacba55
Compare
|
Tested locally. Works well. Thanks for this job! I might be possible with the |
garaud
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works well, thank you!
@garaud I changed the README a bit to process more accurate, it was not up to date 🙏 |
prepare-version.shsets up the environment based on targeted ES versionbuild.shjust run gradlew in a docker containerIt also adds a github action workflows to run the build and tests.
Next steps would be to: