Skip to content

Commit

Permalink
Fix signing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee committed Apr 8, 2022
1 parent c0818a7 commit 3632f7f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class SonatypePublishPlugin : Plugin<Project> {

// for sonatype
configureNexusPublish()
configureSigning()

// for nexus
configureMavenRepository()
Expand All @@ -41,6 +40,8 @@ class SonatypePublishPlugin : Plugin<Project> {
hasJavaLibraryPlugin -> plugins.apply(JavaLibraryPublishPlugin::class.java)
}
}

configureSigning()
}
}

Expand Down

0 comments on commit 3632f7f

Please sign in to comment.