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

Commits on Sep 9, 2024

  1. chore: split _get_java_post_build_commands

    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().
    vpa1977 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a1f2c7e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    2b04098 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    8fa58dc View commit details
    Browse the repository at this point in the history