mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-13 19:51:25 +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 {
|
artifacts {
|
||||||
testArtifacts testJar
|
testArtifacts testJar
|
||||||
}
|
}
|
||||||
|
|
||||||
|
checkstyle {
|
||||||
|
configFile rootProject.file('config/checkstyle/checkstyle.xml')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sonarqube {
|
sonarqube {
|
||||||
|
Loading…
Reference in New Issue
Block a user