gosu-lang / gradle-gosu-plugin

BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Infer gosu classpath at execution time, not configuration time #17

Closed DPUkyle closed 8 years ago

DPUkyle commented 8 years ago

Guidewire's build appears to require execution-time inference of the Gosu runtime. I'll make GosuRuntime#inferGosuClasspath return a closure, rather than a fileset, to defer its evaluation.