We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120ebb6 commit bad755eCopy full SHA for bad755e
app/build.gradle
@@ -30,7 +30,7 @@ def getMasterCommitCount = { ->
30
}
31
return Integer.parseInt(stdout.toString().trim())
32
} catch (ignored) {
33
- return -1
+ return 1
34
35
36
0 commit comments