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

Warning when using gradle 4.0.2 #22

Open
johnscancella opened this issue Sep 5, 2017 · 0 comments · May be fixed by #28
Open

Warning when using gradle 4.0.2 #22

johnscancella opened this issue Sep 5, 2017 · 0 comments · May be fixed by #28

Comments

@johnscancella
Copy link

When applying the witness plugin I get this warning output:

Configure project :
The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.

devinbileck pushed a commit to devinbileck/gradle-witness that referenced this issue Nov 9, 2018
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
@devinbileck devinbileck linked a pull request Nov 9, 2018 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant