Skip to content

Commit 4f37222

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

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("bundleReleaseAar")
135+
dependsOn("publish")
136136
}
137137
}
138138

0 commit comments

Comments
 (0)