gradle-plugins/toolbox

Support Java testing variant

Opened this issue · 2 comments

It is important to disable non-sense variants, i.e. Java 14-ea isn't supported on Gradle 6.2.1 and should be disabled.

We should provide a basic interface type that users can use to declare JDK testing which we can use to provide warnings when a JDK is not supported by Gradle. The interface would just model the version. Everything else, i.e. vendors, JDK vs JRE, etc. is a bit far-fetched for us. We could maybe provide a basic implementation with just the version for "quick and easy" testing. We are unsure how much it would help users though.