You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/28 19:16:01 UTC

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

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

ASF subversion and git services commented on GEODE-3699:
--------------------------------------------------------

Commit 365d5230e8c2e06b9617f7fc09c3fa9702a6150e in geode's branch refs/heads/develop from [~PivotalSarge]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=365d523 ]

GEODE-3699: Prevent gradle warnings by avoiding deprecated << operator.


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