Upon upgrading from Gradle 3.5 to Gradle 4.0.1 the following warning now appears in association with the JRebel Gradle plugin.
: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
This warning disappears if I comment out the JRebel plugin.
I am using the following for the Gradle plugin:
plugins {
id "org.zeroturnaround.gradle.jrebel" version "1.1.5"
}
I have JRebel Agent 7.0.12 (201707101444) installed locally.
-
This topic was modified 6 hours, 4 minutes ago by
krisspring.