Use bash explicitly to run build-protoc.sh to make it work on Windows w/ MSYS
This commit is contained in:
parent
645d7fbf36
commit
cd4e9e72fb
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue