gosu-lang / gradle-gosu-plugin

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

Migrate GosuCompile#orderClasspath from Closure to Supplier #37

Open DPUkyle opened 6 years ago

DPUkyle commented 6 years ago

Use Java 8's Supplier functional interface as an easier way to defer execution.