Skip to content

Left shift operator to modify tasks deprecated in Gradle 3.2 #10369

@graemerocher

Description

@graemerocher

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 <<

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions