hm I see that cache redirector looks like a repository introduced by gradle-intellij-plugin, so the issue probably come from it
I found the solution, it required to add a repositories block in the build.gradle that wasn’t required before
m
Mike
11/05/2018, 11:10 AM
I'd recommend not using the gradle- intellij plugin. Instead, rely on intellij to import the build.gradle file instead.
IntelliJ supports gradle builds really well and it's one less plugin in your build
n
nitrog42
11/05/2018, 2:01 PM
Actually it’s a project for making an intellij plugin