Skip to content

Commit 808be15

Browse files
committed
WMSDK-476: Fix publish to maven local
1 parent f5eda61 commit 808be15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modulesCommon.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ android {
5050
mavenPublishing {
5151
publishToMavenCentral("CENTRAL_PORTAL")
5252

53-
signAllPublications()
53+
if ((System.getenv("CI") == "true")) {
54+
signAllPublications()
55+
}
5456

5557
coordinates('cloud.mindbox', ARTIFACT_ID, SDK_VERSION_NAME)
5658

0 commit comments

Comments
 (0)