This does not behave correctly: ``` subprojects { ...
# gradle
j
This does not behave correctly:
Copy code
subprojects {
    buildscript {
        repositories {
            mavenCentral()
        }
    }
}