Skip to content

Commit a568fe7

Browse files
enotniysozinov
authored andcommitted
WMSDK-476: Fix publish to maven local
(cherry picked from commit ad359c1)
1 parent d418b60 commit a568fe7

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)