No more crashing when invalid javadocs are committed
*cough*way*cough*
This commit is contained in:
parent
f1f8010edc
commit
858001ec77
|
@ -80,6 +80,14 @@ processResources {
|
|||
}
|
||||
}
|
||||
|
||||
if (JavaVersion.current().isJava8Compatible()) {
|
||||
allprojects {
|
||||
tasks.withType(Javadoc) {
|
||||
options.addStringOption('Xdoclint:none', '-quiet')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
lombok {
|
||||
version = "1.16.6"
|
||||
sha256 = "e0a471be03e1e6b02bf019480cec7a3ac9801702bf7bf62f15d077ad4df8dd5d"
|
||||
|
|
Loading…
Reference in a new issue