gosu-lang / gradle-gosu-plugin

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

Include tools.jar on CommandLineCompiler's classpath #27

Closed DPUkyle closed 7 years ago

DPUkyle commented 7 years ago

Gosu 1.14.6+ will require tools.jar to be on the classpath for gosuc to support dynamic Java parsing/compilation.

I should be able to incorporate this as a runtime/system dependency without requiring any buildscript changes to users of this plugin.