You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2022. It is now read-only.
Since upgrading to Gradle 5.0 we get the following warning message when using the com.eriwen.gradle.js.tasks.MinifyJsTask:
The DefaultSourceDirectorySet constructor has been deprecated. This is scheduled to be removed in Gradle 6.0. Please use the ObjectFactory service to create instances of SourceDirectorySet instead. at build_931gl2743m2v4e7n85qw5q200$_run_closure3.doCall
What should be done to avoid this warning and to make sure that we can still use the com.eriwen.gradle.js Gradle plugin as soon as Gradle 6.0 is released?
Hi,
Since upgrading to Gradle 5.0 we get the following warning message when using the com.eriwen.gradle.js.tasks.MinifyJsTask:
The DefaultSourceDirectorySet constructor has been deprecated. This is scheduled to be removed in Gradle 6.0. Please use the ObjectFactory service to create instances of SourceDirectorySet instead. at build_931gl2743m2v4e7n85qw5q200$_run_closure3.doCallWhat should be done to avoid this warning and to make sure that we can still use the com.eriwen.gradle.js Gradle plugin as soon as Gradle 6.0 is released?
Thanks and kind regards,
Emulov