Skip to content

Commit 5682bad

Browse files
committed
fix release ci
1 parent 05eb4e6 commit 5682bad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

destination-filters-kotlin/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,8 @@ dependencies {
4040
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
4141
}
4242

43-
apply from: rootProject.file('gradle/mvn-publish.gradle')
43+
apply from: rootProject.file('gradle/mvn-publish.gradle')
44+
45+
tasks.named("signReleasePublication") {
46+
dependsOn("bundleReleaseAar")
47+
}

0 commit comments

Comments
 (0)