Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60fd850

Browse files
authored
Avoid milestone versions
See: firebase#249
1 parent 351581c commit 60fd850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ allprojects {
2424
}
2525

2626
def isNonStable = { candidate ->
27-
return ['alpha', 'beta', 'rc', 'SNAPSHOT'].any { word ->
27+
return ['alpha', 'beta', 'rc', 'SNAPSHOT', '-M'].any { word ->
2828
return candidate.version.contains(word)
2929
}
3030
}

0 commit comments

Comments
 (0)