nebula-plugins / gradle-extra-configurations-plugin

Gradle plugin introducing a provided dependency configuration and marking a dependency as optional.
Apache License 2.0
139 stars 18 forks source link

Optional project dependencies #40

Open chhex opened 6 years ago

chhex commented 6 years ago

Should this :

compile project(':com.apgsga.qcel.dsl') , optional

work?

Respectively can optional also be applied to project dependencies?