ysb33r/ivypot-gradle-plugin

Order of repositories are not honoured

Closed this issue · 1 comments

When writing something like

syncRemoteRepositories {
    repositories {
        mavenCentral()
        jcenter()
    }
}

then the Bintray entry is written before the Maven Central entry in ivysettings.xml

Will be in 0.11