Skip to content

Commit b36f7ab

Browse files
committed
fix release issue
1 parent 4f37222 commit b36f7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publishing-plugins/src/main/kotlin/mvn-publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ tasks.getByName("publishToSonatype") {
132132

133133
tasks.whenTaskAdded {
134134
if (name.startsWith("publishTestPublicationTo")) {
135-
dependsOn("publish")
135+
dependsOn("bundleReleaseAar", "signTestPublication")
136136
}
137137
}
138138

0 commit comments

Comments
 (0)