This message was deleted.
# detekt
s
This message was deleted.
m
Is that all the error prints?
Gradle is only searching for dependencies in lovebird-dev in this case which I assume is a custom Nexus for caching you have set up. Can you check if that is up and running and is pulling in detekt dependencies correctly?
@Eugen Martynov can you check the custom Nexus if it has a connection to jcenter?
e
Ah, I slipped my nexus address
m
If that is the entire error Gradle is currently not set up to even talk to jcenter directly
e
oke
I think I have light in the tunnel 🙂
it is dependency and not plugin
so repo should be in different place
the nexus should proxy to jcenter
but looks like it doesn’t
I put jcenter manully before our nexus
and it found dependency
a
nice!