Skip to content

Instantly share code, notes, and snippets.

@maeste
Created March 18, 2016 12:59
Show Gist options
  • Select an option

  • Save maeste/ed9cd3f073ebe9dfe4c5 to your computer and use it in GitHub Desktop.

Select an option

Save maeste/ed9cd3f073ebe9dfe4c5 to your computer and use it in GitHub Desktop.
task filterCodeGeneratorResources(type: Copy) {
from('src/main/resources/') {
include '**/*.template **/*.properties'
}
into('jars/codegenerator')
filter(ReplaceTokens, tokens: [IJ_VERSION: version])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment