toolbox icon indicating copy to clipboard operation
toolbox copied to clipboard

Support Java testing variant

Open lacasseio opened this issue 4 years ago • 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.

lacasseio avatar Feb 10 '21 01:02 lacasseio

See https://github.com/gradle-plugins/toolbox/issues/56

lacasseio avatar Jan 06 '22 17:01 lacasseio

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.

lacasseio avatar Jan 19 '22 17:01 lacasseio