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 edb52c3 commit 71459d0Copy full SHA for 71459d0
1 file changed
src/main/kotlin/com/mx/vogue/VoguePlugin.kt
@@ -63,7 +63,7 @@ class VoguePlugin : Plugin<Project> {
63
64
// If this is configured with Coppuccino, let's add our check to the list.
65
if (project.tasks.findByName("check") != null) {
66
- project.tasks.getByName("check").finalizedBy("dependencyUpdates")
+ project.tasks.getByName("check").finalizedBy("vogueReport")
67
}
68
69
project.tasks.named("vogueReport")
0 commit comments