Updated pandoc task.

This commit is contained in:
Erik C. Thauvin 2016-06-29 23:31:50 -07:00
parent 26e5afa5d3
commit 90dd1dfc5d
2 changed files with 27 additions and 53 deletions

View file

@ -223,7 +223,7 @@ task pandoc(type: Exec) {
}
else
{
executable '/usr/local/bin/pandoc'
executable 'pandoc'
args pandoc_args
}
standardOutput = new ByteArrayOutputStream()