Skip to content

Commit 265e839

Browse files
fix of build
1 parent 2144ca2 commit 265e839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mppProjectWithSerialization.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project.version = "$version" + System.getenv("additional_version")
1+
project.version = "$version" + (System.getenv("additional_version") == null ? "" : System.getenv("additional_version"))
22
project.group = "$group"
33

44
// apply from: "$publishGradlePath"

0 commit comments

Comments
 (0)