Skip to content

Commit

Permalink
improve dependency regex
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Jul 20, 2020
1 parent f938faf commit 0249ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -102,6 +102,6 @@ tasks.withType<DependencyUpdatesTask> {
checkConstraints = true
gradleReleaseChannel = "current"
rejectVersionIf {
candidate.version.contains(Regex("""-(M|eap|rc)-?[\d-]+$"""))
candidate.version.contains(Regex("""-(M|eap|rc|alpha|beta)-?[\d-]+$"""))
}
}

0 comments on commit 0249ae4

Please sign in to comment.