Browse Source

Asciidoctor Warnings Are Fatal

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

Issue gh-24427
pull/24429/head
Rob Winch 5 years ago
parent
commit
e66e41029c
  1. 1
      gradle/docs.gradle

1
gradle/docs.gradle

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

Loading…
Cancel
Save