forked from jruby/jruby
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only compress and build sources jar for release
This patch attempts to do the following: * Avoid building the sources jar during shading, since it adds time and produces many duplicate file warnings. We explicitly re-activate the sources jar in the release profile (and others). * Avoid compression of the shaded jar except during release and other profiles. I'm not sure this is working right, because it appears the files are still getting compressed.
- Loading branch information
Showing
2 changed files
with
15 additions
and
3 deletions.
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