sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

Unkown property 'classesDir' #1123

Closed kevcen closed 3 years ago

kevcen commented 4 years ago

When I try to build for the demo, I get an error > Could not get unknown property 'classesDir' for main classes of type org.gradle.api.internal.tasks.DefaultSourceSetOutput.

I googled it and it said to use classesDirs instead, so i replaced all occurences or classesDir with classesDirs. But then I get another error saying it's read-only. How do I go about this?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.