Skip to content

Instantly share code, notes, and snippets.

@Opalo
Created April 20, 2017 20:09
Show Gist options
  • Save Opalo/45e6e6208a0889202a6bd80c436a510d to your computer and use it in GitHub Desktop.
Save Opalo/45e6e6208a0889202a6bd80c436a510d to your computer and use it in GitHub Desktop.
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