Slackbot
12/15/2022, 1:42 PMVampire
12/15/2022, 2:45 PM.gradle
in the root project and everything in <GRADLE_USER_HOME>
except things you created manually like init.d
directory or gradle.properties
.
Then the up-to-date checks should hopefully work properly again if it is the same issue I've observed occasionally.Dave562
12/16/2022, 8:00 AMout
folder which idea picked up even when it was already switched to delegate to gradle and was causing picking old compiled classes to be loaded first on the classpath. Solution was deleting the out
dirs in modulesVampire
12/16/2022, 8:04 AM