Gradle 4.7-rc-1 is now available for testing

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.