File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ plugins {
55 jacoco
66
77 id(" org.jetbrains.kotlin.jvm" )
8- id(" com.github.ben-manes.versions" )
9- // id("org.checkerframework")
8+ // id("com.github.ben-manes.versions")
109}
1110
1211// 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