Last active
December 9, 2015 05:25
-
-
Save curtkim/0f8510c7fbc21096bc15 to your computer and use it in GitHub Desktop.
gradle
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
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