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

Configurations not working

$
0
0
configurations {
    compileInclude {
        extendsFrom compile
        extendsFrom include
    }
}

using the compileInclude directive in the dependencies block does not work, but using compile and include separately does.


Viewing all articles
Browse latest Browse all 19854

Trending Articles