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 c331fec commit 7859b79Copy full SHA for 7859b79
build.gradle
@@ -39,17 +39,6 @@ jacocoTestCoverageVerification {
39
}
40
41
42
-configurations.all {
43
- resolutionStrategy {
44
- componentSelection {
45
- all { ComponentSelection selection ->
46
- if (selection.candidate.version =~ /(?i).*[.-](alpha|beta|rc|m)[.\d-]*/) {
47
- selection.reject("Pre-release versions are not allowed")
48
- }
49
50
51
52
-}
53
54
repositories {
55
mavenCentral()
0 commit comments