Browse Source
Prior to this change, a build cache miss would occur in runtimeHintsTest tasks when executing the build from two different locations, causing the tasks to re-execute. This was due to an absolute path to the agent jar being included in the -javaagent argument supplied to the test JVM process. This change introduces a RuntimeHintsAgentArgumentProvider allowing finer grained control over the way Gradle computes the build cache key. With this change, the contents of the agent jar file are considered, rather than the absolute file location. See gh-30838
Eric Haag
1 year ago
committed by
Brian Clozel
1 changed files with 30 additions and 2 deletions
Loading…
Reference in new issue