File tree 2 files changed +8
-8
lines changed 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
jacoco
6
6
7
7
id(" org.jetbrains.kotlin.jvm" )
8
- // id("com.github.ben-manes.versions")
8
+ id(" com.github.ben-manes.versions" )
9
9
}
10
10
11
11
// see buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change @@ -111,13 +111,13 @@ dependencies {
111
111
testIntImplementation (libs. jimfs)
112
112
}
113
113
114
- // tasks.named("dependencyUpdates").configure {
115
- // rejectVersionIf {
116
- // String v = it.candidate.version
117
- // println "candidate ${it.candidate}:$v"
118
- // return v.endsWith ("-SNAPSHOT") || v.endsWith ("-M1") || v.contains ("alpha")
119
- // }
120
- // }
114
+ tasks. named(" dependencyUpdates" ). configure {
115
+ rejectVersionIf {
116
+ String v = it. candidate. version
117
+ println " candidate ${ it.candidate} :$v "
118
+ return v. endsWith (" -SNAPSHOT" ) || v. endsWith (" -M1" ) || v. contains (" alpha" )
119
+ }
120
+ }
121
121
122
122
jacocoTestReport {
123
123
dependsOn(testInt)
You can’t perform that action at this time.
0 commit comments