multiproject-git-gradle
multiproject-git-gradle copied to clipboard
Can i request for Adding comments in build.gradle/config.gradle
Please can i request the following:
- Can we have detailed comments in build.gradle and config.gradle. Which will help anyone willing to contribute.
- Also if we can add CONTRIBUTING.md with guidelines for anyone intending to contribute to this project.
Regarding comments in "build.gradle" - I am thinking of converting the whole thing to gradle plugin first. It was OK as a single script, when it was small. Now the thing is big enough to be split into classes and properly packaged as a gradle plugin. I'd rather start with documenting source code when it is already converted to gradle plugin.
Thanks that works too! But also an important note is memory usage by the plugin or this project!
Also will be helpful if there was a gradlew script, gradle.properties with GRADLE_OPTS property in it with bumped up memory requirements.