Skip to content

Commit 3efe45f

Browse files
committed
fixup! Remove unused plugin - we use dependabot
1 parent 9015a6a commit 3efe45f

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
plugins {
22
id("idea")
33

4-
id("com.github.ben-manes.versions")
54
id("ai.spotless-conventions")
65
}
76

dependencyManagement/build.gradle.kts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
2-
31
plugins {
42
`java-platform`
5-
6-
id("com.github.ben-manes.versions")
73
}
84

95
data class DependencySet(val group: String, val version: String, val modules: List<String>)
@@ -109,14 +105,3 @@ fun isNonStable(version: String): Boolean {
109105
val isStable = stableKeyword || regex.matches(version) || isGuava
110106
return isStable.not()
111107
}
112-
113-
tasks {
114-
named<DependencyUpdatesTask>("dependencyUpdates") {
115-
revision = "release"
116-
checkConstraints = true
117-
118-
rejectVersionIf {
119-
isNonStable(candidate.version)
120-
}
121-
}
122-
}

0 commit comments

Comments
 (0)