Is it possible to blacklist a maven repository

Recently my builds have been really slow, and it’s always in dependency resolution. Running the build w/ -d I see it taking forever to timeout artifacts.iteego.com but it keeps on trying the same URL over and over.

If I try to open that site in my browser I get a bad gateway every time.

Thanks in advance Tony

You must have that declared in a ‘repositories {…}’ block in your build script. You’d just simply have to remove it.

/embarrassed. I feel silly.

Thank you.

Have a nice weekend.