Skip to content

Instantly share code, notes, and snippets.

@Jezza
Created March 6, 2015 23:44
Show Gist options
  • Select an option

  • Save Jezza/02d58d1e858d32e68056 to your computer and use it in GitHub Desktop.

Select an option

Save Jezza/02d58d1e858d32e68056 to your computer and use it in GitHub Desktop.
configurations.compile.copy().each { file ->
logger.lifecycle "Processing ${file.path}..."
copy {
from(zipTree(file.path)) {
includeEmptyDirs = false
include '**/*_at.cfg'
}
into('src/api/resources/at')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment