Fix Gradle Checkstyle
This commit is contained in:
parent
c06a3a6d27
commit
c21edc8b79
|
@ -54,8 +54,12 @@ checkstyle {
|
|||
}
|
||||
|
||||
tasks.register('checkstyle', Checkstyle) {
|
||||
minHeapSize = "200m"
|
||||
maxHeapSize = "2g"
|
||||
classpath = files()
|
||||
source "${project.rootDir}"
|
||||
exclude("**/generated-sources/**")
|
||||
exclude("**/gen/**")
|
||||
exclude("**/build/**")
|
||||
exclude("**/generated/**")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue