barteks2x
08/03/2019, 10:01 PMHow do I force intellij to refresh gradle buildSrc index so that it actually knows what changed in there?
Usually I just mess around with the buildscript until a message pops up that buildscript dependencies have changed, then I restore everything to what it was and click "apply"
(also I'm on gradle 4.8, so any gradle 5.x specific way won't work for me)
louiscad
08/04/2019, 10:24 AM