Created
February 26, 2016 22:17
-
-
Save foragerr/e74a3de1e88d7265fc37 to your computer and use it in GitHub Desktop.
task generateThenCopy()
This file contains hidden or 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 generateThenCopy()<<{ | |
newFile('codegenDestination/dynamically-generated.txt', 'dynamic file content') | |
zip{ | |
from 'source' | |
from 'codegenDestination' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment