This is an automated email from the ASF dual-hosted git repository.
jleroux 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 904dfb1 Improved: Removed unused imports from Java files for fixing checkstyle errors (OFBIZ-11930)
904dfb1 is described below
commit 904dfb1ed2c0244b31b741af17e7138504adbc16
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Sat Aug 8 17:12:43 2020 +0200
Improved: Removed unused imports from Java files for fixing checkstyle errors (OFBIZ-11930)
Not sure what happened with last commit, this sets
tasks.checkstyleMain.maxErrors from 12247 to 12223
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index cc563d8..b14d365 100644
--- a/build.gradle
+++ b/build.gradle
@@ -287,7 +287,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 = 12247
+ tasks.checkstyleMain.maxErrors = 12223
// Currently there are a lot of errors so we need to temporarily
// hide them to avoid polluting the terminal output.
showViolations = false