Skip to content

Build and test the Gradle Plugin with JDK 11 and 12 #12333

Closed
@wilkinsona

Description

@wilkinsona

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions