gosu-lang / gradle-gosu-plugin

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

Remove deprecated constructor #26

Closed DPUkyle closed 7 years ago

DPUkyle commented 7 years ago

Applying the plugin to a Gradle 3.x project yields some deprecation warnings in info level logging:

Constructor DefaultSourceDirectorySet(String, FileResolver) has been deprecated and is scheduled to be removed in Gradle 4.0

I'll fix this.