Skip to content

Commit 7859b79

Browse files
Removed selection rejection that did not work
1 parent c331fec commit 7859b79

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

build.gradle

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,6 @@ jacocoTestCoverageVerification {
3939
}
4040
}
4141
}
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-
}
5342

5443
repositories {
5544
mavenCentral()

0 commit comments

Comments
 (0)