Closed
Description
We currently build the plugin with Gradle 4.0.x. This is the lowest version of Gradle that we support and prevents us from breaking support for 4.0.x by using APIs introduced in newer versions. Unfortunately, Gradle 4.0.x doesn’t work with Java 9 or Java 10. It doesn’t work to the extent that we can’t even run the wrapper task to upgrade Gradle before running the actual build. It looks as if we may have to use a newer version of Gradle. If we do that, we need to think about what we need to do to avoid using APIs that don’t exist in earlier but still supported versions of Gradle.