I guess you’ll need to supply slightly different rebel.xml’s.
I also asked advise on the JRebel forum as it’s not really a Gradle issue.
eclipse {
project {
name = ‘Project’
}
classpath {
defaultOutputDir = file(‘binary’)
file {
beforeMerged {
classpath -> classpath.entries.removeAll { entry -> entry.kind == ‘output’ }
}
}
} }