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

About compile and implementation (again)

$
0
0

This thought struck me today. Everyone is supposed to move to use the implementation configuration, but what is sourceSets.main.compileConfigurationName still return compile.

This makes it difficult if you want to do something like

configurations.getByName( sourceSets.main.compileConfigurationName ).extendsFrom(
   configurations.getByName('myConfiguration')
)

Viewing all articles
Browse latest Browse all 19850

Trending Articles