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 df25454 commit 178e6d2Copy full SHA for 178e6d2
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group 'com.shuzijun.leetcode'
8
-version (System.getenv('LD_VERSION').isEmpty() ? "6.7":System.getenv('LD_VERSION')) + (project.build_env.isEmpty() ? "" : "-") + project.build_env
+version (System.getenv('LD_VERSION')==null ? "6.7":System.getenv('LD_VERSION')) + (project.build_env.isEmpty() ? "" : "-") + project.build_env
9
10
sourceCompatibility = 1.8
11
targetCompatibility = 1.8
0 commit comments