Skip to content
Snippets Groups Projects
Commit 810e3f18 authored by dgelessus's avatar dgelessus
Browse files

Remove javadoc failOnError setting that seems to be no longer needed

parent a57d8e47
Branches
Tags
No related merge requests found
Pipeline #112162 passed
......@@ -53,16 +53,6 @@ java {
withJavadocJar()
}
javadoc {
// Needed because of:
// .../bparser-2.9.14.jar(de/be4/classicalb/core/parser/exceptions/PreParseException.java):3: error: cannot access Token
// bad source file: .../bparser-2.9.14.jar(de/be4/classicalb/core/preparser/node/Token.java)
// file does not contain class de.be4.classicalb.core.preparser.node.Token
// Please remove or make sure it appears in the correct subdirectory of the sourcepath.
// FIXME Can this be fixed by updating the parser?
failOnError = false
}
jacoco {
toolVersion = "0.8.7"
reportsDirectory = file("$buildDir/JacocoReports")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment