This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release24.09 by this push:
     new a3170e9780 Reverted: "Improved: Updates Checkstyle to 10.20.2" 
(OFBIZ-13194)
a3170e9780 is described below

commit a3170e9780e4432ae7b8c8a24f0fa966057df5b9
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Dec 14 07:47:26 2024 +0100

    Reverted: "Improved: Updates Checkstyle to 10.20.2" (OFBIZ-13194)
    
    This reverts commit ab50c975fa62fd6b86f4b8556c47d18f066c0ed6.
    
    Nothing important and it does not pass
---
 build.gradle | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 4f9d381079..d5d20c61aa 100644
--- a/build.gradle
+++ b/build.gradle
@@ -278,8 +278,6 @@ checkstyle {
     tasks.checkstyleMain.maxErrors = 0
     // Currently there are no errors so we can show new one when they appear
     showViolations = true
-    // Specify tool version so we can keep it up-to-date
-    toolVersion = '10.20.2'
 }
 gitHooks {
     hooks = ['pre-push': 'checkstyleMain codenarcMain codenarcTest']
@@ -494,8 +492,8 @@ task createTenant(group: ofbizServer, description: 'Create 
a new tenant in your
 
 // ========== Documentation tasks ==========
 tasks.withType(AsciidoctorTask) { task ->
-    executionMode = JAVA_EXEC
-        jvm {
+    inProcess = JAVA_EXEC
+        forkOptions {
             
jvmArgs("--add-opens","java.base/sun.nio.ch=ALL-UNNAMED","--add-opens","java.base/java.io=ALL-UNNAMED")
         }
     outputOptions {

Reply via email to