multiproject-git-gradle icon indicating copy to clipboard operation
multiproject-git-gradle copied to clipboard

Gradle script for multi-project git-based setup, configuration and build

Results 7 multiproject-git-gradle issues
Sort by recently updated
recently updated
newest added

rootFolder '/tmp/workspace' The current directory is prepended to the rootFolder, which makes it impossible to use absolute paths. Only relative paths (../../workspace) will work. I assume line 166 is the...

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...

It would be nice for README to be updated to contain guide on how to use ARF, i.e. strict requirements, inner workings and on boarding process. Some examples would be...

resolved

Ability to do releases for non-default git branches, e.g. instead of doing releases of master, Maybe a release has to be from branch cool-feature-1 across all repositories.

resolved

It would be awesome if we can specify the branch and release task, So it would release each one separately, perform a release (there are many release plugins), and then...

As there is no other way to ask you question: Could you project help with building in a way as described here: http://stackoverflow.com/questions/23076436/gradle-build-and-deploy-war-to-different-servers If yes, some example would be helpful.