Open
Description
Gradle 8.1 will add and jvmArguments
property to JavaExecSpec
. We should be able to use this new property instead of our current convention mapping:
Unless we wait until we've raised our Gradle baseline to 8.1, we'll have to check the version of Gradle that we're running against or perhaps use reflection to maintain compatibility with older versions of Gradle.