gradle-witness
gradle-witness copied to clipboard
Replace deprecated leftShift(Closure) method
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: https://github.com/signalapp/gradle-witness/issues/22
@moxie0 Can this be merged?