Code format.

This commit is contained in:
Erik C. Thauvin 2016-07-13 22:16:52 -07:00
parent 770b3d5303
commit 5e083bc609
13 changed files with 193 additions and 342 deletions

View file

@ -205,7 +205,7 @@ task release(dependsOn: ['wrapper', 'clean', 'deploy']) << {
task pandoc(type: Exec) {
group = 'Documentation'
def pandoc_args = ['--from', 'markdown_github', '--to', 'html5', '-s', '-c', 'github-pandoc.css', '-o', 'README.html', 'README.md']
def pandoc_args = []
if (Os.isFamily(Os.FAMILY_WINDOWS))
{
commandLine(['cmd', '/c', 'pandoc'] + pandoc_args)