We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb3a87 commit 5e55914Copy full SHA for 5e55914
build.gradle
@@ -134,13 +134,13 @@ dependencies {
134
testIntImplementation (libs.jimfs)
135
}
136
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
-}
+//tasks.named("dependencyUpdates").configure {
+// rejectVersionIf {
+// String v = it.candidate.version
+// println "candidate: $v"
+// return v.endsWith ("-M1") || v.contains ("alpha") || v.contains ("beta")
+// }
+//}
144
145
tasks.withType(Test).configureEach {
146
jvmArgs(
0 commit comments