You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Michael Dodge (JIRA)" <ji...@apache.org> on 2017/09/25 21:33:00 UTC

[jira] [Assigned] (GEODE-3699) Remove use of Task.leftShift in gradle

     [ https://issues.apache.org/jira/browse/GEODE-3699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dodge reassigned GEODE-3699:
------------------------------------

    Assignee: Michael Dodge

> Remove use of Task.leftShift in gradle
> --------------------------------------
>
>                 Key: GEODE-3699
>                 URL: https://issues.apache.org/jira/browse/GEODE-3699
>             Project: Geode
>          Issue Type: Improvement
>          Components: build
>            Reporter: Michael Dodge
>            Assignee: Michael Dodge
>
> The gradle target build produces messages similar to:
> The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
>         at dependency_resolution_4mwsjq1wats4p3ew7q043cll9$_run_closure1.doCall(/Users/mdodge/geode/gradle/dependency-resolution.gradle:20)
> The messages arise because the use of '<<' has been deprecated and 'doLast' is the recommended replacement. '<<' is used in a handful of places in the gradle files and ought to be replaced with 'doLast'.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)