Skip to content

Commit 8323f70

Browse files
EugenMayertom-mayer
authored andcommitted
Disable javadoc
1 parent 392600b commit 8323f70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ publishing {
6868
version project.version
6969

7070
artifact sourcesJar
71-
artifact javadocJar
71+
// FIXME: does no longer work (most probably gradle 8 related)
72+
// artifact javadocJar
7273

7374
pom.withXml {
7475
asNode().children().last() + {

0 commit comments

Comments
 (0)