Skip to content

Instantly share code, notes, and snippets.

@darylteo
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save darylteo/dfbfca0ce2ea739519ae to your computer and use it in GitHub Desktop.

Select an option

Save darylteo/dfbfca0ce2ea739519ae to your computer and use it in GitHub Desktop.
configurations {
jarsIWant
}
dependencies {
jarsIWant ...
}
task copyJarsToWEBINF(type: Sync) {
from configurations.jarsIWant
into file('WEB-INF/lib')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment