Skip to content

Commit

Permalink
Use Gradle Nexus Publish Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Feb 26, 2024
1 parent 733e6f7 commit d5e5997
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ class SonatypePlugin : Plugin<Project> {
configure<PublishingExtension> {
publications.create<MavenPublication>("sonatype") {
from(components["java"])
artifact(sourcesJar)
artifact(javadocJar)
}
}
Expand Down

0 comments on commit d5e5997

Please sign in to comment.