Gradle 2.4 does not work with JDK 9

This particular JDK 9 issue has already been addressed in Gradle’s nightly.
I was able to compile spring-framework using the version:

gradleVersion = "2.5-20150507220031+0000"

and the command:

./gradlew :spring-test:compileJava