I have a Gradle plugin that uses a worker with cla...
# community-support
p
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
Okay, I do the lazy way and just require 11 as minimum JVM version for the whole Gradle plugin to not use processIsolation.
v