Skip to content

Instantly share code, notes, and snippets.

@nwillc
Created April 26, 2018 16:57
Show Gist options
  • Save nwillc/05839ff03a32f77a9705b5116aed1855 to your computer and use it in GitHub Desktop.
Save nwillc/05839ff03a32f77a9705b5116aed1855 to your computer and use it in GitHub Desktop.
Fat Sloppy Jar
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