Skip to content

Commit 71459d0

Browse files
rodohannaRobertH
andauthored
Run vogueReport after check tast (#3)
Co-authored-by: RobertH <robert.hanna@mx.com>
1 parent edb52c3 commit 71459d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/mx/vogue/VoguePlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class VoguePlugin : Plugin<Project> {
6363

6464
// If this is configured with Coppuccino, let's add our check to the list.
6565
if (project.tasks.findByName("check") != null) {
66-
project.tasks.getByName("check").finalizedBy("dependencyUpdates")
66+
project.tasks.getByName("check").finalizedBy("vogueReport")
6767
}
6868

6969
project.tasks.named("vogueReport")

0 commit comments

Comments
 (0)