I have been working fine with Vaadin + Gradle + IntelliJ
until yesterday night when I introduced SLF4J(logback) logging to my application. Since then I can\'t make
I deleted the .idea
folder and that worked for me.
File > Invalidate Caches / Restart...
nor did git clean -dfx
. Here is what I had to do:
git clean -dfx
to clean your working copyImport Project
Import project from external model
and select GradleFile > Invalidate Caches / Restart...
option didn't work for me, but
sudo git clean -dfx
worked fine
Try
File > Invalidate Caches / Restart...