hm I see that cache redirector looks like a reposi...
# announcements
n
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
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
Actually it’s a project for making an intellij plugin
So I do need the gradle-intellij-plugin ^^
m
Sorry, my mistake… the naming is too confusing.
n
don’t worry !