mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Add a javaFormat Gradle task (#2805)
This task allows developers to run all of the Java code quality tools at once.
This commit is contained in:
@@ -18,3 +18,8 @@ if (!project.hasProperty('skipPMD')) {
|
||||
ruleSets = []
|
||||
}
|
||||
}
|
||||
|
||||
task javaFormat {
|
||||
dependsOn(tasks.withType(Checkstyle))
|
||||
dependsOn(tasks.withType(Pmd))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user