This message was deleted.
# configuration-cache
s
This message was deleted.
c
It may perhaps be that the application plugin isn’t cc compatible in that Gradle version. The docs have a list of cc compatible core plugins (afk only have 8.1rc2 link: https://docs.gradle.org/8.1-rc-2/userguide/configuration_cache.html#config_cache:plugins)
n
it has a tick in rc-2
I am about to try it with rc-2 and report back.
v
It is listed in 7.6 as compatible
But I can confirm the behavior in 8.0.2
I guess it is because of the usage of convention mapping in the plugin
n
ok, looks to be fixed in the 8.1rc2 sorry to have bothered you guys.
👍 1
v
Ah, nice
Yep, 16edfcd59519bd08cc29723babc0a6e7c2376d20 fixed it for 8.1-rc-1
Add
jvmArguments
property to
JavaExec
To avoid using convention mapping, since it is not compatible with configuration cache
👍 2