noveogroup / android-check

Static code analysis plugin for Android project. (Checkstyle, PMD)
Other
268 stars 67 forks source link

Gradle deprecation warning for Task.leftShift() #32

Closed FriedrichFroebel closed 7 years ago

FriedrichFroebel commented 7 years ago

Running the checks invokes a deprecation message from Gradle:

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

mlagerberg commented 7 years ago

PR #34 should solve this issue

Dushistov commented 7 years ago

It would be great to resolve this issue before new version of gradle wil appear.

misa commented 7 years ago

Any progress?

smalichenko commented 7 years ago

Merged in #34