Hi,
this PR removes the --add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
workaround when using toolchains as https://github.com/gradle/gradle/issues/16126 was backported to Gradle 6.9 which we fortunately use.
Cheers, Christoph
Comment From: dreis2211
For whatever reason the Gradle wrapper validation failed - can't tell why, but I'm pretty sure it's unrelated.
Comment From: wilkinsona
I can't tell why either. It passed when it ran a second time but just seemed to fail to run entirely first time round 🤷
Comment From: wilkinsona
Thanks very much, @dreis2211.