We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5caf9ba commit d04391fCopy full SHA for d04391f
buildSrc/src/main/kotlin/conventions/publishing.gradle.kts
@@ -122,6 +122,7 @@ tasks.register("publishSnapshots") {
122
description = "Publishes snapshots to Sonatype"
123
124
if (version.toString().endsWith("-SNAPSHOT")) {
125
+ dependsOn(tasks.named("publishAllPublicationsToLocalBuildRepository"))
126
dependsOn(tasks.named("publishToSonatype"))
127
}
128
@@ -149,6 +150,7 @@ tasks.register("publishArchives") {
149
150
151
152
if (gitVersionMatch) {
153
154
155
156
0 commit comments