-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Split shadow task into source and dependency shadowing Speeds up assembly from ~2 minutes to ~25 seconds * Fix build, clean up * Use Jar for combinedShadowJar Slightly faster: ~5.443s -> ~4.813s * Add option to skip javadoc Reduces assemble time by 6 seconds * Update shadowJar comment * Move mainShadowJar relocation configuration inside doFirst block Avoids early dependency resolution * Get rid of shadowJar
- Loading branch information
Showing
3 changed files
with
77 additions
and
19 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
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