jsoup icon indicating copy to clipboard operation
jsoup copied to clipboard

Use moditect for multi-release module-info

Open Meodinger opened this issue 2 years ago • 2 comments

Jackson was using moditect to generate multi-release module. I've tested on release 1.14.3.

Meodinger avatar Apr 08 '22 07:04 Meodinger

Strange, github checks all failed because of moditect: Invocation of jdeps failed

Meodinger avatar Apr 08 '22 07:04 Meodinger

Tested on master, jsr305 is not required in module-info because it's in the scope provided and it's not modular.

Meodinger avatar Apr 08 '22 13:04 Meodinger

Thanks all - I have module support with #2025.

It would be great if folks could test this out and report back with confirmation of success or any issues. Please report back on the PR #2025 (or a new issue if any problems) as there are a few duplicate issues for this. To use a snapshot, git pull && mvn install, and use version 1.17.1-SNAPSHOT in your project.

jhy avatar Nov 01 '23 05:11 jhy