Shouldn't this throw some sort of exception instea...
# gradle
j
Shouldn't this throw some sort of exception instead of failing silently?
Copy code
subprojects {
    buildscript {
        repositories {
            mavenCentral()
        }
    }
}