Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@tbroyer tbroyer released this 22 Apr 01:22
· 16 commits to main since this release

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.