Gradle 4.7-rc-1 is now available for testing

Gradle 4.7 RC1 is available for testing. See release notes.

After updating from 4.6, gradlew idea no longer works correctly for our multi-project build. All .iml files are gone except for the root project.

This seems to be related to our enterprise plugin doing the following, which we have found to improve the reliability of the idea task:

allprojects {
  tasks.idea.dependsOn(tasks.cleanIdea)
}

Had to move back to 4.6.

Do you use composite builds?

@idlsoft No I don’t. It’s clearly a regression but I found a workaround.