Skip to content

Instantly share code, notes, and snippets.

@curtkim
Last active December 9, 2015 05:25
Show Gist options
  • Save curtkim/0f8510c7fbc21096bc15 to your computer and use it in GitHub Desktop.
Save curtkim/0f8510c7fbc21096bc15 to your computer and use it in GitHub Desktop.
gradle
task getDeps(type: Copy) {
from sourceSets.main.runtimeClasspath
into 'lib/'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment