Updated pandoc task.
This commit is contained in:
parent
26e5afa5d3
commit
90dd1dfc5d
2 changed files with 27 additions and 53 deletions
|
@ -223,7 +223,7 @@ task pandoc(type: Exec) {
|
|||
}
|
||||
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