gradle build: intellij hot swapping not working anymore?

LabKey Support Forum (Inactive)
gradle build: intellij hot swapping not working anymore? Ben Bimber  2017-11-29 10:47
Status: Closed
 
Alright. I made a clean enlistment, and am now getting errors when doing a rebuld via intellij (though the gradle builds run fine). This might actually be progress. A number of classes in API that are saying they are unable to find com.google.commons classes. For example, in org.labkey.api.data.Parameter, the imports turns red and says "com.google.common.primitives.Ints" doesnt exist. If I control-click on 'primitives' I see I have both guava 17.0 and 19.0, and I can find 'Ints'. Have you seen anything like this before?