Thanks to visit codestin.com Credit goes to github.com
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 351581c commit 60fd850Copy full SHA for 60fd850
build.gradle
@@ -24,7 +24,7 @@ allprojects {
24
}
25
26
def isNonStable = { candidate ->
27
- return ['alpha', 'beta', 'rc', 'SNAPSHOT'].any { word ->
+ return ['alpha', 'beta', 'rc', 'SNAPSHOT', '-M'].any { word ->
28
return candidate.version.contains(word)
29
30
0 commit comments