If I add 2 repositories in my build.gradle file, they will be autonamed ("maven" and "maven2") :
repositories {
maven { url "http://maven.springframework.org/release" }
maven { url "https://maven.fabric.io/public" }
}
Is there a way to name them explicitely ?