v3.1.0
Avoid forking if Gradle already has appropriate --add-exports
/--add-opens
passed through the org.gradle.jvmargs
property.
✨ Potentially breaking changes
When using JDK 16+, users configuring additional JVM arguments on their compile tasks and expecting a forked compiler daemon from the plugin should now explicitly configure the tasks to fork if they want their JVM arguments to be enforced in all cases.