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

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

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

Nicolas Malin (Jira)

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

Mathieu Lirzin commented on OFBIZ-11133:
----------------------------------------

Indeed it seems more likely  that 1862326 is the root cause, however my {{git bisect}} session helped me identified another bug in 1861766 which was hiding the other.

Let me explain: "init-gradle-wrapper.sh" does not use its {{VERSION}} variable and downloads the "gradle-wrapper.jar" from the latest Buildbot execution for trunk, so any Gradle upgrade breakage breaks all previous build! Let's revert all this mess.

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