elide icon indicating copy to clipboard operation
elide copied to clipboard

Refactor multi-JVM testing

Open sgammon opened this issue 3 years ago • 1 comments

Jake Wharton has a great blog post about testing on different JVM versions from Gradle rather than using a build matrix. We should do that!

sgammon avatar Nov 28 '22 02:11 sgammon

this got a bit more complex: we'll need copies of GraalVM, but there is no download plugin yet, so we will probably need to write our own. furthermore, there does not seem to be a way to "prepare" the JVM other than installing it to disk (i.e. running gu install * may be challenging).

sgammon avatar Nov 30 '22 03:11 sgammon