Created
April 26, 2018 16:57
-
-
Save nwillc/05839ff03a32f77a9705b5116aed1855 to your computer and use it in GitHub Desktop.
Fat Sloppy Jar
This file contains hidden or 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
jar { | |
manifest { | |
attributes( | |
'Main-Class': "${project.group}.foo.Main" | |
) | |
} | |
from configurations.compile.collect { entry -> zipTree(entry) } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment