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

chore: split _get_java_post_build_commands #837

Merged
merged 3 commits into from
Sep 20, 2024

Conversation

vpa1977
Copy link
Contributor

@vpa1977 vpa1977 commented Sep 9, 2024

JavaPlugin provides _get_java_post_build_commands() that is called from derived classes.

/bin/java link is broken for rockcraft projects.
Split _get_java_link_commands() into _get_java_link_commands() and _get_jar_link_commands() to allow rockcraft plugins override _get_java_link_commands().

This MR addresses #813

  • Have you signed the CLA?

JavaPlugin provides _get_java_post_build_commands() that is
called from derived classes.

/bin/java link is broken for rockcraft projects.
Split _get_java_link_commands() into _get_java_link_commands()
and _get_jar_link_commands() to allow rockcraft plugins
override _get_java_link_commands().
@lengau lengau requested a review from tigarmo September 9, 2024 21:38
@tigarmo tigarmo merged commit a327fca into canonical:main Sep 20, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants