Claudia Rogoz
Claudia Rogoz
## Before this PR ## After this PR Part of the Gradle JDK automanagement workflow see: https://github.com/palantir/gradle-jdks/issues/333 Required by: https://github.com/palantir/gradle-jdks/pull/341 Adding a `javaVersions` property `jdkToolchainsAutoManagement`. When enabled (via gradle-jdks), the...
We recently discovered the exciting new incubating feature related to configuring the [Gradle Daemon JVM](https://docs.gradle.org/8.8-rc-1/userguide/gradle_daemon.html#sec:daemon_jvm_criteria). While we're keen on using the built-in toolchain provisioning support in Gradle, we found that...
## Before this PR Unused artifact transforms are cleaned up by Gradle [every 7 days](https://docs.gradle.org/8.14/userguide/directory_layout.html#dir:gradle_user_home:configure_cache_cleanup:~:text=Created%20resources%3A,is%207%20days.). This could lead to situation - if people do not refresh the Gradle project in...