eriwen / gradle-js-plugin

Gradle plugin for working with JS
http://eriwen.github.io/gradle-js-plugin
Apache License 2.0
382 stars 113 forks source link

Gradle 6.0 compatibility by removing deprecated API #171

Open 616slayer616 opened 5 years ago

616slayer616 commented 5 years ago

Fixes issue #168.

johnrengelman commented 5 years ago

This isn't a long term solution as DefaultJavaScriptSourceSetContainer is extending from an internal Gradle API class.