[jira] [Commented] (OFBIZ-10700) Use the Gradle Plugin DSL

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

[jira] [Commented] (OFBIZ-10700) Use the Gradle Plugin DSL

Nicolas Malin (Jira)

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

Mathieu Lirzin commented on OFBIZ-10700:
----------------------------------------

Here you are [^OWASP-failure.patch] :)
 I observe the same behavior when checking out revision 1854593 which correspond the commit before [^OFBIZ-10700_Improved-Use-the-Gradle-Plugin-DSL.patch] has been applied.

In fact the error message I get is not stable, here is what I am getting currenly when running {{./gradlew -PenableOwasp dependencyCheckAnalyze}}:
{code:java}
> Task :dependencyCheckAnalyze
Verifying dependencies for project ofbiz
Checking for updates and analyzing vulnerabilities for dependencies
Unable to update Cached Web DataSource, using local data instead. Results may not include recent vulnerabilities.
No documents exist

Unable to continue dependency-check analysis.

> Task :dependencyCheckAnalyze FAILED
{code}

> Use the Gradle Plugin DSL
> -------------------------
>
>                 Key: OFBIZ-10700
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-10700
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Mathieu Lirzin
>            Assignee: Mathieu Lirzin
>            Priority: Minor
>             Fix For: Upcoming Branch
>
>         Attachments: OFBIZ-10700_Improved-Use-the-Gradle-Plugin-DSL.patch, OWASP-failure.patch
>
>
> Since Gradle 2.1 it is recommended to use the {{plugins {}}} block for
> binary plugins instead of the “traditional” {{apply()}} method.  See [here|https://docs.gradle.org/current/userguide/plugins.html] for more details.



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