i am making gradle plugin and using it in idea.. i load it via the plugins dsl and everything worked fine but now idea just keeps using a outdated build of it instead of the latest build like a
-SNAPSHOT
version should
does idea cache the gradle plugins in some extra location ?
gradlew
uses the correct version