Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Replace deprecated leftShift(Closure) method #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

devinbileck
Copy link

Issue: The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0.

Fix: Use Task.doLast(Action) instead.

Resolves: #22

Issue: The Task.leftShift(Closure) method has been deprecated
and is scheduled to be removed in Gradle 5.0.

Fix: Use Task.doLast(Action) instead.

Resolves: signalapp#22
Copy link

@ayemiller ayemiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was going to make this change as well. Thanks for beating me to the punch!

@ed-george
Copy link

@moxie0 Can this be merged?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Warning when using gradle 4.0.2
3 participants