not even regular build caching is enabled by defaultā¦
p
Paul Merlin
02/22/2023, 9:22 PM
Making the configuration cache the default can only happen in a major release. Maybe 9.0
Paul Merlin
02/22/2023, 9:24 PM
As for build cache, there are still some use cases with negative savings. The team is working on addressing these, once done enabling it by default will be possible.
party gradlephant 3
r
Ryan Schmitt
02/22/2023, 11:02 PM
Also, I think that fine-grained task parallelism on the first build is an extremely clever incentive for adoption. It's like the simplified handshake in TLS 1.3
š¤ 1
m
melix
02/23/2023, 1:27 PM
Speaking of making the configuration cache stable, I'd be happy to get some help on making the GraalVM plugin compatible. I miserably failed a few months ago: https://github.com/graalvm/native-build-tools/pull/339
It was complicated and even after using serializable lambdas there were still issues.