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 has been archived by the owner on Jul 17, 2022. It is now read-only.
If i used GZipTask, it works, on MinifyJsTask it complains about closure.
Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'closure' for task ':appframework:minJs' of type com.eriwen.gradle.js.tasks.MinifyJsTask.
I would appreciate any suggestions.
The text was updated successfully, but these errors were encountered:
I'm in a world of pain, trying to get some js files to get minified.
If i used GZipTask, it works, on MinifyJsTask it complains about closure.
Caused by: groovy.lang.MissingPropertyException: Could not get unknown property 'closure' for task ':appframework:minJs' of type
com.eriwen.gradle.js.tasks.MinifyJsTask.
I would appreciate any suggestions.
The text was updated successfully, but these errors were encountered: