Skip to content

Commit 9b995ed

Browse files
committed
maybe now?
1 parent 9882a0d commit 9b995ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ tasks.withType(ExtendGraphTask, {
3131
tasks.withType(Javadoc, {
3232
it.outputs.upToDateWhen { false }
3333

34-
def mappingPoetJar = project.provider { zipTree configurations.mappingPoetJar.singleFile }
35-
3634
// verbose = true // enable to debug
3735
it.options {
3836
// verbose() // enable to debug
@@ -82,8 +80,6 @@ tasks.withType(Javadoc, {
8280

8381
options {
8482
tagletPath = [filamentJarFile]
85-
header file("gradle/javadoc/header.txt").text.trim() // cannot include line breaks
86-
addFileOption "-add-stylesheet", file("gradle/javadoc/forms.css")
8783
}
8884
})
8985

0 commit comments

Comments
 (0)