Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19854

Configurations not working

$
0
0

Hi @martmists,

Can you please clarify what the problem is. Are you saying the this is not working:

configurations {
    compileInclude {
        extendsFrom compile
        extendsFrom include
    }
}

dependencies {
  compileInclude 'some:dependency:1.0'
}

That should “work”. But what do you mean by “does not work”? Which error are you seeing?


Viewing all articles
Browse latest Browse all 19854

Trending Articles