[
https://issues.apache.org/jira/browse/GEODE-3699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Udo Kohlmeyer resolved GEODE-3699.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.3.0
> 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
> Fix For: 1.3.0
>
>
> 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)