Skip to content

Instantly share code, notes, and snippets.

@ruan65
Created March 15, 2017 08:46
Show Gist options
  • Save ruan65/1e0a12ef832456e136906b9d231afe23 to your computer and use it in GitHub Desktop.
Save ruan65/1e0a12ef832456e136906b9d231afe23 to your computer and use it in GitHub Desktop.
jar {
manifest {
attributes(
'Class-Path': configurations.compile.collect { it.getName() }.join(' '),
'Main-Class': 'App'
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment