Asciidoctor Warnings Are Fatal

Ensure we don't get any more warnings within Asciidoctor build

Issue gh-24427
This commit is contained in:
Rob Winch 2020-01-24 15:48:56 -06:00
parent 2fcee5ae58
commit e66e41029c
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ asciidoctorj {
version '1.5.0-beta.8'
}
}
fatalWarnings ".*"
}
/**