Can't call evaluate() on Project instances returned from ProjectBuilder with gradle-1.12-rc-1

Is there a way to force an evaluation via the public api? I have one part of our large build which simply doesn’t work if I have configure-on-demand=true. I’d like to be able to force evaluation of all sub-projects if this one task gets executed. So, basically, I’d like to turn configure-on-demand on/off dynamically.

2 Likes