Skip to content

Commit 0d2ccce

Browse files
committed
Remove deprecation warnings related to Gradle 5
1 parent e5c0b8f commit 0d2ccce

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

core-plugin/src/main/groovy/com/github/jrubygradle/api/gems/GemVersion.groovy

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -470,13 +470,6 @@ class GemVersion implements Comparable<GemVersion> {
470470
matcher[0][1]
471471
}
472472

473-
// private GemVersion(Boolean lowInclusive, String low, String high, Boolean highInclusive) {
474-
// this.lowBoundary = lowInclusive ? INCLUSIVE : EXCLUSIVE
475-
// this.low = low
476-
// this.high = high
477-
// this.highBoundary = highInclusive ? INCLUSIVE : EXCLUSIVE
478-
// }
479-
480473
private GemVersion(Boundary pre, String low, String high, Boundary post) {
481474
this.lowBoundary = pre
482475
this.low = low

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77

88
include 'docs'
99

10-
enableFeaturePreview('STABLE_PUBLISHING')

0 commit comments

Comments
 (0)