We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2199981 commit 528ed7eCopy full SHA for 528ed7e
1 file changed
build.gradle
@@ -268,6 +268,8 @@ checkstyle {
268
// 'checkstyle' tool present in the framework and in the official
269
// plugins.
270
tasks.checkstyleMain.maxErrors = 0
271
+ // Increase memory for checkstyleMain required for Gradle 8+.
272
+ tasks.checkstyleMain.maxHeapSize = '1g'
273
// Currently there are no errors so we can show new one when they appear
274
showViolations = true
275
}
0 commit comments