zeroturnaround / gradle-jrebel-plugin

The plugin generates rebel.xml configuration file for the Gradle-based project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0.

dschuermann opened this issue · comments

When building Gradle shows the following warning:
"The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead."

Duplicate of issue # 2, already fixed in head, will hopefully be released within 1.1.1 today.
But thanks for reporting!