Could not resolve io.gitlab.arturbosch.detekt:detekt-gradle-plugin

1.7k views Asked by At

Suddenly from the today morning we start facing the issue in our build process with following dependency error.

enter image description here

we are using id("io.gitlab.arturbosch.detekt").version("1.5.1") plugin in our gradle and repositories mentioned as follows.

repositories {
        mavenCentral()
        maven {
            url "https://plugins.gradle.org/m2/"
        }
    }

I've checked the gradle status https://status.gradle.com/ but there are no outage reported.

1

There are 1 answers

1
George On

Jcenter() is down, You can't access any more.

was available in read-only mode after sunset , you can check http://status.bintray.com/