Skip to content
Snippets Groups Projects
Commit 10ebbcc1 authored by René Schöne's avatar René Schöne
Browse files

0.2.7

- disable doclint (JavaDoc linter)
parent 69e46138
No related branches found
No related tags found
No related merge requests found
Pipeline #14737 failed
plugins {
id 'com.github.ben-manes.versions' version '0.42.0'
}
java.toolchain.languageVersion = JavaLanguageVersion.of(11)
if (JavaVersion.current().isJava8Compatible()) {
allprojects {
tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment