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

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

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

Mathieu Lirzin edited comment on OFBIZ-11133 at 7/6/19 4:05 PM:
----------------------------------------------------------------

I confirm, after doing a git bisect I identified that revision 1861766 was the issue.

{quote}
    Implemented: Remove the Gradle wrapper jar
    (OFBIZ-10145) (LEGAL-288)
    
    As regards to LEGAL-288 [1] we remove the gradle-wrapper.jar from the source and future release packages.
    Now when you run ./gradlew (or gradlew), we check before that gradle/wrapper/gradle-wrapper.jar is present
    otherwise we download it before calling the wrapper.
    
    To realize the download, we need as a prerequisite to have:
    Unix-like: curl or wget
    MS windows: wget
    
    If any issue appears, it's possible to set gradle-wrapper.jar and gradle-wrapper.properties by hand on the directory gradle/wrapper/
    Thanks to Jacques Leroux and Swapnil M Mane for their help
    
    [1] https://issues.apache.org/jira/browse/LEGAL-288
{quote}


was (Author: mthl):
I confirm, after doing a git bisect I identified that revision 1861766 was the issue.

> 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)