Skip to content

Commit bea9645

Browse files
committed
Run entire precommit with checkstyle checks
Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent cc42ac0 commit bea9645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ checkstyle {
386386
}
387387

388388
tasks.withType(Checkstyle) {
389-
dependsOn(':licenseHeaders')
389+
dependsOn(':precommit')
390390
reports {
391391
ignoreFailures = false
392392
}

0 commit comments

Comments
 (0)