diff options
-rw-r--r-- | build.gradle | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/build.gradle b/build.gradle index fe71cabd..78d95f59 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,6 @@ buildscript { } } plugins { - id 'com.github.ben-manes.versions' version '0.33.0' id 'org.springframework.boot' version '2.3.4.RELEASE' apply false id 'org.asciidoctor.convert' version '2.4.0' } @@ -28,18 +27,6 @@ dependencyManagement { applyMavenExclusions = false } -dependencyUpdates.resolutionStrategy { - componentSelection { rules -> - rules.all { ComponentSelection selection -> - boolean rejected = ['alpha', 'beta', 'rc', 'cr', 'm', 'pr', 'b'].any { qualifier -> - selection.candidate.version ==~ /(?i).*[.-]${qualifier}[.\d-]*/ - } - if (rejected) { - selection.reject('Release candidate') - } - } - } -} apply plugin: 'java' apply plugin: 'org.springframework.boot' apply plugin: 'io.github.swagger2markup' |