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
Just in case you have time to look into it before gradle 5. Can't find where this is being used, might be in a third party.
Task :compileSass UP-TO-DATE
Using TaskInputs.dir() with something that doesn't resolve to a File object has been deprecated and is scheduled to be removed in Gradle 5.0. Use TaskInputs.files() instead.
The text was updated successfully, but these errors were encountered:
Just in case you have time to look into it before gradle 5. Can't find where this is being used, might be in a third party.
Task :compileSass UP-TO-DATE
Using TaskInputs.dir() with something that doesn't resolve to a File object has been deprecated and is scheduled to be removed in Gradle 5.0. Use TaskInputs.files() instead.
The text was updated successfully, but these errors were encountered: