Slackbot
07/01/2022, 4:13 PMdaniel
07/01/2022, 5:19 PMgradle.startParameters is mutable to some extend but it should be treated as immutable once the build starts. The mutability comes from the fact that launching a build somewhat uses StartParameters as input. Once the build starts, it should be treated as immutable (build starts == initialization/configuration phase).daniel
07/01/2022, 5:20 PMtony
07/01/2022, 5:21 PMPaul Merlin
07/01/2022, 6:06 PMPaul Merlin
07/01/2022, 6:07 PMStartParameters the decision to use the configuration cache has already been made. IOW itβs too late.Javi
07/01/2022, 6:08 PMJavi
07/01/2022, 6:09 PMtony
07/01/2022, 6:09 PMJavi
07/01/2022, 6:10 PMJavi
07/01/2022, 6:10 PMJavi
07/01/2022, 6:11 PMtony
07/01/2022, 6:12 PMJavi
07/01/2022, 6:12 PMJavi
07/01/2022, 6:18 PMVampire
07/01/2022, 9:34 PMgradle-local.properties possibility: https://github.com/gradle/gradle/issues/12283tony
07/01/2022, 9:38 PMVampire
07/01/2022, 9:42 PMx in the project gradle.properties or on the command line, but project-a.x or project-b.x in the <GRADLE_USER_HOME>/gradle.properties as I want different values for different builds.
I think the only way to get it is to gather enough user-pressure so they add the possibility eventually.tony
07/01/2022, 9:43 PM