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

Make picocli-groovy an explicitly declared named JPMS module #1611

Closed
remkop opened this issue Feb 26, 2022 · 0 comments
Closed

Make picocli-groovy an explicitly declared named JPMS module #1611

remkop opened this issue Feb 26, 2022 · 0 comments
Labels
theme: module An issue or change related to JPMS modules type: API 🔌 type: doc 📘
Milestone

Comments

@remkop
Copy link
Owner

remkop commented Feb 26, 2022

Make picocli-groovy a named JPMS module with the following module-info:

/**
 * Defines API and implementation for building command line (CLI) applications with Groovy scripts.
 *
 * @since 4.7.0
 */
module info.picocli.groovy {
    requires info.picocli;
    requires groovy.all;

    exports picocli.groovy;
}

See also #1298

@remkop remkop added type: doc 📘 type: API 🔌 theme: module An issue or change related to JPMS modules labels Feb 26, 2022
@remkop remkop added this to the 4.7 milestone Feb 26, 2022
@remkop remkop closed this as completed in 09b3acb Feb 26, 2022
@remkop remkop changed the title Make picocli-groovy a named JPMS module Make picocli-groovy an explicitly declared named JPMS module Feb 26, 2022
remkop added a commit that referenced this issue Feb 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: module An issue or change related to JPMS modules type: API 🔌 type: doc 📘
Projects
None yet
Development

No branches or pull requests

1 participant