Jaro
04/24/2020, 2:48 PMdocker {
name = project.ext.get("docker_image_name")
pull(true)
.
.
.
}
the issue is that property docker_image_name
is evaluated on runtime. How can I access this property in a lazy way? Or am I doing something entirely wrong?