Created
April 20, 2017 20:09
-
-
Save Opalo/45e6e6208a0889202a6bd80c436a510d to your computer and use it in GitHub Desktop.
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 cloneProtobuf(type:Exec) { | |
workingDir '.' | |
commandLine 'git', 'clone', '[email protected]:google/protobuf.git', 'build/protobuf' | |
outputs.file 'build/protobuf/.git/config' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment