Add checkstyle

This commit is contained in:
Manuel Fuhr 2022-07-09 07:38:04 +02:00
parent 9d37e2c648
commit c80e34fdc5
3 changed files with 26 additions and 0 deletions

View file

@ -45,6 +45,8 @@ allprojects {
gpr(MavenPublication)
}
}
apply plugin: "checkstyle"
}
task clean(type: Delete) {