Commit cd4e9e72 authored by zhangkun83's avatar zhangkun83

Use bash explicitly to run build-protoc.sh to make it work on Windows w/ MSYS

parent 645d7fbf
......@@ -29,7 +29,7 @@ signing {
def artifactFile = 'target/protoc.exe' as File
task buildProtoc(type: Exec) {
commandLine './build-protoc.sh'
commandLine 'bash', 'build-protoc.sh'
}
task prepareArtifact(type: Copy, dependsOn: buildProtoc) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment