I have a Gradle plugin that uses a worker with class path isolation, but needs JVM 11 at least. If I use the toolchain service, how can I specify a minimum version? It is not needed to download jvm 11 if the user uses 21.
✅ 1
Philip W
10/29/2024, 8:37 PM
Okay, I do the lazy way and just require 11 as minimum JVM version for the whole Gradle plugin to not use processIsolation.