toolbox
toolbox copied to clipboard
Support Java testing variant
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.
See https://github.com/gradle-plugins/toolbox/issues/56
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.