We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9882a0d commit 9b995edCopy full SHA for 9b995ed
build.gradle
@@ -31,8 +31,6 @@ tasks.withType(ExtendGraphTask, {
31
tasks.withType(Javadoc, {
32
it.outputs.upToDateWhen { false }
33
34
- def mappingPoetJar = project.provider { zipTree configurations.mappingPoetJar.singleFile }
35
-
36
// verbose = true // enable to debug
37
it.options {
38
// verbose() // enable to debug
@@ -82,8 +80,6 @@ tasks.withType(Javadoc, {
82
80
83
81
options {
84
tagletPath = [filamentJarFile]
85
- header file("gradle/javadoc/header.txt").text.trim() // cannot include line breaks
86
- addFileOption "-add-stylesheet", file("gradle/javadoc/forms.css")
87
}
88
})
89
0 commit comments