You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2019/07/02 15:17:00 UTC

[jira] [Commented] (OFBIZ-11133) Resolve build.gradle warnings

    [ https://issues.apache.org/jira/browse/OFBIZ-11133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16877052#comment-16877052 ] 

Jacques Le Roux commented on OFBIZ-11133:
-----------------------------------------

Hi Michael,

Please check my comment from " 15/Apr/19 20:16" in OFBIZ-10922

outputOptions.setbackends is related to using org.asciidoctor.jvm.convert that's why I did not use it.
https://github.com/asciidoctor/asciidoctor-gradle-plugin:
bq. The org.asciidoctor.jvm.convert plugin has a conversion task type of org.asciidoctor.gradle.jvm.AsciidoctorTask which, in addition the aforementioned will also have the following properties and methods which are configured via an outputOptions closure or action:



> Resolve build.gradle warnings
> -----------------------------
>
>                 Key: OFBIZ-11133
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11133
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Michael Brohl
>            Assignee: Michael Brohl
>            Priority: Minor
>
> The Gradle build show several warnings which should be eliminated:
> {noformat}
>   - 'org.asciidoctor.convert' is deprecated. When you have time please switch over to 'org.asciidoctor.jvm.convert'.
>   - jcenter() is no longer added by default. If you relied on this behaviour in the past, please add jcenter() to the repositories block.
>   - You have used 'backends'. When upgrading you will need to: Use outputOptions.setbackends{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)