You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Gradle configuration cache issue in DockerBuildImage tasks
Remove script-level mutable collection reference from DockerBuildImage
task actions which is not compatible with Gradle configuration cache.
Instead, collect image names at configuration time and pass them
directly to the pushMatrix task.
buildArgs.set(extraArgs +mapOf("jdk" to jdk, "vm" to vm, "version" to version, "jdkImageName" to jdkImageName, "jdkImageHash" to jdkImageHash, "imageHash" to serverImageHash))
0 commit comments