Skip to content

Commit 5e55914

Browse files
committed
fix windows build?
1 parent 3eb3a87 commit 5e55914

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ dependencies {
134134
testIntImplementation (libs.jimfs)
135135
}
136136

137-
tasks.named("dependencyUpdates").configure {
138-
rejectVersionIf {
139-
String v = it.candidate.version
140-
println "candidate: $v"
141-
return v.endsWith ("-M1") || v.contains ("alpha") || v.contains ("beta")
142-
}
143-
}
137+
//tasks.named("dependencyUpdates").configure {
138+
// rejectVersionIf {
139+
// String v = it.candidate.version
140+
// println "candidate: $v"
141+
// return v.endsWith ("-M1") || v.contains ("alpha") || v.contains ("beta")
142+
// }
143+
//}
144144

145145
tasks.withType(Test).configureEach {
146146
jvmArgs(

0 commit comments

Comments
 (0)