Skip to content

Commit

Permalink
Fix task name in dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyicker committed Jun 16, 2021
1 parent 35f6be9 commit 4428ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ publishing {
}
}

publish.dependsOn(assemble)
publishLibraryPublicationToSonatypeRepository.dependsOn(assemble)

signing {
sign publishing.publications
Expand Down

0 comments on commit 4428ea5

Please sign in to comment.