创建 checkstyle task (#4162)
This commit is contained in:
@@ -50,6 +50,10 @@ subprojects {
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
tasks.register("checkstyle") {
|
||||
dependsOn(tasks["checkstyleMain"], tasks["checkstyleTest"])
|
||||
}
|
||||
}
|
||||
|
||||
tasks.register("checkTranslations") {
|
||||
|
||||
Reference in New Issue
Block a user