Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19854

Disable repo.maven.apache.org

$
0
0

I tried

repositories {
    maven { url 'https://...myrepo...' }

    mavenCentral() {
        content {
            excludeGroupByRegex(".*")
        }
    }
}

and no effect, it still using it :frowning: :frowning: :frowning: :frowning:


Viewing all articles
Browse latest Browse all 19854

Trending Articles