Skip to content
Snippets Groups Projects
Commit 635c9c4b authored by dgelessus's avatar dgelessus
Browse files

Add comment about why javadoc.failOnError is disabled

parent 3ed692bb
No related branches found
No related tags found
No related merge requests found
Pipeline #144777 passed
......@@ -33,6 +33,8 @@ java {
}
javadoc {
// The TLA Tools source code uses unescaped HTML symbols in Javadoc text,
// which is considered an error.
failOnError = false
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment