-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Remove unused gradle tasks #18526
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
base: main
Are you sure you want to change the base?
Remove unused gradle tasks #18526
Conversation
Starting point for task removal
🤖 GitHub commentsJust comment with:
|
|
This pull request does not have a backport label. Could you fix it @donoghuc? 🙏
|
|
run exhaustive tests |
💚 Build Succeeded
|
|
Getting the entrypoints mainly consolidated to gradle makes cleaning the unused gradle tasks quite straightforward. Going through the rake tasks will be a bit more complex as there appears to be some tasks that may be relevant to non-ci workflows. I am planning on separating out the rake task cleanup into a separate PR. |
| } | ||
| } | ||
|
|
||
| tasks.register("generatePluginsVersion") { |
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.
Docs have been changing alot, I might be out of sync.
Does this mean we no longer use reference docs workflow? - https://github.com/elastic/logstash-docs/blob/89fac69db8de43a1fca62aa1c4c983455d5986fd/.github/workflows/reference_docs-pre90.yml#L60

Release notes
[rn:skip]
What does this PR do?
This PR removes unused gradle tasks. It also removes a script from CI that is unused.
Closes #18476