Skip to content
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

Support gradle run task for core plugins #6285

Closed
lukas-vlcek opened this issue Feb 10, 2023 · 2 comments · Fixed by #11844
Closed

Support gradle run task for core plugins #6285

lukas-vlcek opened this issue Feb 10, 2023 · 2 comments · Fixed by #11844
Labels
Build Libraries & Interfaces enhancement Enhancement or improvement to existing feature or request

Comments

@lukas-vlcek
Copy link
Contributor

Is your feature request related to a problem? Please describe.

When working on a "core" plugins there does not seem to be OOTB support for the run tasks that would automatically deploy the plugin into testcluster.

Describe the solution you'd like

It would be useful to be able to do something like ./gradlew run --plugins "xx,yy" and get testcluster with core plugins xx and yy deployed.

Describe alternatives you've considered

I described a manual workaround here:
https://gist.github.com/lukas-vlcek/26fd54fb7ba25debb5b5c5c8c390ad79

Additional context

Core plugin authors would be 😄

@lukas-vlcek lukas-vlcek added enhancement Enhancement or improvement to existing feature or request untriaged labels Feb 10, 2023
@dbwiddis
Copy link
Member

Sounds like a good idea!

@dblock
Copy link
Member

dblock commented Jan 11, 2024

#11844 has this implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Libraries & Interfaces enhancement Enhancement or improvement to existing feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants