Skip to content

Commit

Permalink
chore: fix javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris committed Jan 21, 2025
1 parent ad918a6 commit 87fbf49
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ plugins {
}
import com.vanniktech.maven.publish.SonatypeHost

task javadocJar(type: Jar) {
archiveClassifier.set("javadoc")
from javadoc
}

task sourcesJar(type: Jar) {
archiveClassifier.set("sources")
from sourceSets.main.allSource
Expand Down

0 comments on commit 87fbf49

Please sign in to comment.