Skip to content

Commit

Permalink
Merge pull request #5 from intuit/enable-gradle-plugin-publish
Browse files Browse the repository at this point in the history
Publish to Gradle Plugin Portal
  • Loading branch information
sugarmanz authored Mar 2, 2021
2 parents a01769c + a82d784 commit 2e1441d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tasks {
val publish by creating {
group = "publishing"
if (!isSnapshot)
finalizedBy("closeAndReleaseSonatypeStagingRepository", ":docs:orchidDeploy"/**", :gradle-plugin:publishPlugins"*/)
finalizedBy("closeAndReleaseSonatypeStagingRepository", ":docs:orchidDeploy", ":gradle-plugin:publishPlugins")
}

val version by creating {
Expand Down

0 comments on commit 2e1441d

Please sign in to comment.