How to configure gradle to use a local repository only for certain dependency groups?

前端 未结 3 1462
轮回少年
轮回少年 2021-02-12 20:43

Working off the gradle dependency docs, we have a build.gradle with snippets like this.

repositories {
    mavenCentral()
    ivy {
        name = \'localRepo\'
         


        
3条回答
  •  孤城傲影
    2021-02-12 21:47

    It's currently not possible, but it's an open request http://issues.gradle.org/browse/GRADLE-1066

提交回复
热议问题