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 2144ca2 commit 265e839Copy full SHA for 265e839
mppProjectWithSerialization.gradle
@@ -1,4 +1,4 @@
1
-project.version = "$version" + System.getenv("additional_version")
+project.version = "$version" + (System.getenv("additional_version") == null ? "" : System.getenv("additional_version"))
2
project.group = "$group"
3
4
// apply from: "$publishGradlePath"
0 commit comments