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

Gradle 4.0 warning (JR-7655)

asaarnak opened this issue · comments

> Task :generateRebel
Gradle now uses separate output directories for each JVM language, but this build assumes a single directory for all classes from a source set. This behaviour has been deprecated and is scheduled to be removed in Gradle 5.0

See my fork https://github.com/cyrilsochor/gradle-jrebel-plugin , it fixes this warning in gradle 4 but gradle 3 is not supported.

Thanks,
we're going to follow up with gradle-version-agnostic general fix very soon now and release it into the official plugin portal.

Warning was removed in version 1.1.6