Skip to content

Commit 87fbf49

Browse files
chore: fix javadoc generation
1 parent ad918a6 commit 87fbf49

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ plugins {
1111
}
1212
import com.vanniktech.maven.publish.SonatypeHost
1313

14-
task javadocJar(type: Jar) {
15-
archiveClassifier.set("javadoc")
16-
from javadoc
17-
}
18-
1914
task sourcesJar(type: Jar) {
2015
archiveClassifier.set("sources")
2116
from sourceSets.main.allSource

0 commit comments

Comments
 (0)