Updated pandoc task.
This commit is contained in:
parent
93a579d5fb
commit
e90927d177
2 changed files with 35 additions and 64 deletions
|
@ -206,7 +206,7 @@ task pandoc(type: Exec) {
|
|||
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
|
||||
commandLine(['cmd', '/c', 'pandoc'] + pandoc_args)
|
||||
} else {
|
||||
executable '/usr/local/bin/pandoc'
|
||||
executable 'pandoc'
|
||||
args pandoc_args
|
||||
}
|
||||
standardOutput = new ByteArrayOutputStream()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue