zyxist / chainsaw

Gradle plugin: adds support for building Java 9 modules.
Apache License 2.0
70 stars 4 forks source link

Use with java-library plugin #30

Open HoldYourWaffle opened 6 years ago

HoldYourWaffle commented 6 years ago

This is probably a very dumb question, but can chainsaw be used with the gradle java-library plugin instead of the normal java one?

zyxist commented 6 years ago

Sure :). I'm using java-library and chainsaw in one of my projects.

Vampire commented 6 years ago

Actually the java-library plugin automatically applies the java plugin and basically just adds on top the new configurations (api, implementation, ...) and their usage and afair chainsaw does not do anything special there that would need a differentiation.