This is an automated email from the ASF dual-hosted git repository.
jamesyong pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new 145eeba Fixed: multi-block attribute for html-template tag (OFBIZ-11686)
145eeba is described below
commit 145eeba9ed301113a0453e71ad4e658c6b0081b2
Author: James Yong <
[hidden email]>
AuthorDate: Mon Aug 24 08:01:24 2020 +0800
Fixed: multi-block attribute for html-template tag (OFBIZ-11686)
update lower value for checkstyleMain.maxErrors
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 2e12fb6..1c38d4b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -288,7 +288,7 @@ checkstyle {
// the sum of errors found last time it was changed after using the
// ‘checkstyle’ tool present in the framework and in the official
// plugins.
- tasks.checkstyleMain.maxErrors = 5424
+ tasks.checkstyleMain.maxErrors = 5420
// Currently there are a lot of errors so we need to temporarily
// hide them to avoid polluting the terminal output.
showViolations = false