Slackbot
09/07/2021, 12:36 PMPiotr Galar
09/08/2021, 11:10 AMNormallyCould you guide me on how to make the above statement true? In our setup, we have such a snippet that setsshould not be an input for test tasks.maxHeapSize
maxHeapSize.
tasks.withType(Test) {
maxHeapSize = rootProject.findProperty("testMaxHeapSize") ?: '1024m'
}
If I run gradle test and then gradle clean test -PtestMaxHeapSize=2048m it reruns the tests instead of taking the entry from cache.
Here's a screenshot from build scan comparison:Piotr Galar
09/27/2021, 4:05 PMInput 'jvmArgumentProviders.$0' is in both builds but the values are different.. I'm not exactly sure what this refers to and I don't seem to be able to reproduce it locally by providing different values through the jvmArgumentsProvider I add either.
Do you know what might be going on here by any chance?