Skip to content

Instantly share code, notes, and snippets.

@Jezza
Created November 12, 2014 08:49
Show Gist options
  • Select an option

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

Select an option

Save Jezza/b26060f3f2298caf55cd to your computer and use it in GitHub Desktop.
configurations.compile.copy().each { file ->
logger.lifecycle "Processing ${file.path}..."
copy {
from(zipTree(file.path)) {
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