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 72186ea  Improved: Update build.gradle to the latest dependencies
72186ea is described below

commit 72186eaa808c117f81b0f6318a714fdb50128424
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Apr 21 18:43:11 2020 +0200

    Improved: Update build.gradle to the latest dependencies
    
    (OFBIZ-11603)
    
    Comments about "recommended" org.asciidoctor.jvm.convert
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 1f26c68..159cdf8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,7 +30,7 @@ plugins {
     id 'checkstyle'
     id 'maven-publish'
     id 'at.bxm.svntools' version '2.2.1' // Don't update as long as we don't 
use Java 11, it's needed by version 3 
-    id 'org.asciidoctor.convert' version '2.4.0'
+    id 'org.asciidoctor.convert' version '2.4.0' // About 
org.asciidoctor.jvm.convert as it says itself: "If you need a production-ready 
version of the AsciidoctorJ plugin for Gradle use a 1.5.x release of 
'org.asciidoctor.convert' instead"
     id 'org.owasp.dependencycheck' version '5.3.2.1' apply false
     id 'se.patrikerdes.use-latest-versions' version '0.2.13' apply false
     id 'com.github.ben-manes.versions' version '0.28.0' apply false

Reply via email to