gradle-plugins
gradle-plugins copied to clipboard
Separate plugins
Hi, it's seems to be more correct to separate plugins in different repos if you want to develop them by community. I'm find your jdk-bootstrap when research solutions, but it's hard even to try it. I want to contribute, but I think is't be easier if plugin will be separated from others. What do you think about different repos?
in what way you consider it more simpler? gradle supports multi-module setups quite well. various plugins have a shared base ("common"), so there are already some dependencies. But true, jdk-bootstrap could also be on its own. Reason for having everything together is to mimize efforts: one build, once release mechanism, one version. Contributions would be more than welcomed :-)