renatoathaydes / ceylon-gradle-plugin

A simple Gradle plugin to manage Ceylon projects.
22 stars 6 forks source link

Support new feature: --fully-export-maven-dependencies #16

Closed DiegoCoronel closed 7 years ago

DiegoCoronel commented 7 years ago

Ceylon 1.3.1 was released and adds this new feature that changes how it deals with maven transitive dependencies.

You can see the thread about how it works from ceylon issue: https://github.com/ceylon/ceylon/issues/6597

FroMage commented 7 years ago

Ah sorry, in configurations not dependencies OK lemme try.

FroMage commented 7 years ago

OK I confirm it works, thanks!

FroMage commented 7 years ago

You should mention this in your docs, because this sort of overrides is very common in Ceylon overrides, and because they're bypassed by your plugin, people will likely want to know how to adapt them. Thanks for the help!

renatoathaydes commented 7 years ago

@FroMage yes, I agree, will add a comment in the docs.

renatoathaydes commented 7 years ago

Two things I will do from this issue: