Skip to content

Commit 06ea707

Browse files
committed
Refactored DependencyUpdatesTask configuration to use named instead of withType.
1 parent 1e2dadb commit 06ea707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencyAnalysis {
3838
}
3939

4040
tasks {
41-
withType<DependencyUpdatesTask>().configureEach {
41+
named<DependencyUpdatesTask>("dependencyUpdates").configure {
4242
rejectVersionIf {
4343
isNonStable(candidate.version) && !isNonStable(currentVersion)
4444
}

0 commit comments

Comments
 (0)