The current Grails plugins print the error: ``` The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead. ``` We need to update the plugins to use `doLast` instead of `<<`