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 5aac63d commit 99f02c5Copy full SHA for 99f02c5
substrata-kotlin/build.gradle
@@ -53,3 +53,6 @@ dependencies {
53
}
54
55
apply from: rootProject.file('gradle/mvn-publish.gradle')
56
+tasks.named("signReleasePublication") {
57
+ dependsOn("bundleReleaseAar")
58
+}
0 commit comments