has anyone been having issues with getting Intelli...
# gradle
b
has anyone been having issues with getting IntelliJ to use the correct version of Gradle? My wrapper is configured to
4.7-bin
and I have
Use default gradle wrapper
selected, yet I keep getting errors in IntelliJ and the output logs are specifying Gradle 4.4 — running the same tasks with
./gradlew ...
on the command line yields a successful task with no errors
m
Yes I see that frequently