File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55 jacoco
66
77 id(" org.jetbrains.kotlin.jvm" )
8- // id("com.github.ben-manes.versions")
8+ id(" com.github.ben-manes.versions" )
99}
1010
1111// see buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change @@ -111,13 +111,13 @@ dependencies {
111111 testIntImplementation (libs. jimfs)
112112}
113113
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+ }
121121
122122jacocoTestReport {
123123 dependsOn(testInt)
You can’t perform that action at this time.
0 commit comments