-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix) Automatically exclude 'module-info.class'
- Loading branch information
John Engelman
committed
Sep 16, 2018
1 parent
c4abfc3
commit 275382c
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
275382c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @johnrengelman , I am trying to create ShadowJar using 7.0.0 plugin. I see 'module-info.class' file is excluded from the fat jar. Is there a way to include it when we build the jar?
Looks like someone already filed similar ticket #710
Thanks,
CSK