We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fb819 commit 3c3ee71Copy full SHA for 3c3ee71
build.gradle.kts
@@ -32,6 +32,9 @@ version = "0.7"
32
tasks.withType<JavaCompile> {
33
options.compilerArgs.addAll(listOf("--release", "9"))
34
}
35
+tasks.javadoc {
36
+ (options as CoreJavadocOptions).addStringOption("Xdoclint:none", "-quiet")
37
+}
38
39
val functionalTest: SourceSet by sourceSets.creating
40
gradlePlugin.testSourceSets(functionalTest)
0 commit comments