zyxist / chainsaw

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

Split ChainsawPlugin.java into separate classes #2

Closed zyxist closed 6 years ago

zyxist commented 7 years ago

The structure of the file ChainsawPlugin.java was inherited from experimental-jigsaw plugin. It should be split into separate classes to improve code maintainability and allow writing more grantular unit tests.