mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-13 11:41:34 +01:00
Add checkstyle config file location to build.gradle (#871)
This commit is contained in:
parent
ea187fadfc
commit
c9e80e31f1
@ -119,6 +119,10 @@ subprojects {
|
||||
artifacts {
|
||||
testArtifacts testJar
|
||||
}
|
||||
|
||||
checkstyle {
|
||||
configFile rootProject.file('config/checkstyle/checkstyle.xml')
|
||||
}
|
||||
}
|
||||
|
||||
sonarqube {
|
||||
|
Loading…
Reference in New Issue
Block a user