[ofbiz-framework] branch trunk updated: Improvement: Upgrade Gradle and Groovy

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-framework] branch trunk updated: Improvement: Upgrade Gradle and Groovy

jleroux@apache.org
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.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5ff7852  Improvement: Upgrade Gradle and Groovy
5ff7852 is described below

commit 5ff7852e506f342cad63ec65f86910ea1c15d9bc
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Wed May 6 15:12:43 2020 +0200

    Improvement: Upgrade Gradle and Groovy
   
    (OFBIZ-11661)
   
    Increases tasks.checkstyleMain.maxErrors from 36894 to 37094
   
    Too much detected after Gradle upgrade to fix manually
    The checkstyle plugin is automatically updated with the Gradle version
    (you don't define a checkstyle plugin version)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 5625bd0..c8725cf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -286,7 +286,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 = 36894
+    tasks.checkstyleMain.maxErrors = 37094
     // Currently there are a lot of errors so we need to temporarily
     // hide them to avoid polluting the terminal output.
     showViolations = false