Anyone knows why the "Reload all Gradle Projects" ...
# intellij
m
Anyone knows why the "Reload all Gradle Projects" icon could be stuck in the "disabled" state?
s
The only time I’ve seen it disabled is either when it’s already running, or (I think) when I haven’t made any changes to the gradle build scripts since the last time I ran it
m
Yea it used to be like that but now it won't activate again. Tried reimporting the project and same thing.
😢 1
s
I would maybe try running
./gradlew --stop
in case Gradle is stuck somehow
but that’s just a stab in the dark 🤷
m
That + relaunch of IDEA did the trick 👍 Thanks!
343 Views