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.
$ gradle minifyCss
:minifyCss FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':minifyCss'.
> java.lang.StackOverflowError (no error message)
I have this simple tests:
It combines the files correctly, but when It tries to minify, this is what happens (debug log)
At first, I checked the combined file. It had like 7.4k linhas. I made a test with 600 lines ad the overFlow still happened.
As I said on the title, my gradle version is 1.10. And the plugin version I´m using is 1.8.3.
The text was updated successfully, but these errors were encountered: