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 86968de commit ad2f602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class SonatypePlugin : Plugin<Project> {
private fun addPublishTasks(project: Project) {
with(project) {
apply(plugin = "signing")
apply(plugin = "io.github.gradle-nexus.publish-plugin")
apply(plugin = "org.gradle.maven-publish")

val javadocJar by tasks.creating(Jar::class) {
archiveClassifier.set("javadoc")
Expand Down

0 comments on commit ad2f602

Please sign in to comment.