Hi, we have a setup of several gradle projects in separate git repositories. Some of these projects have properties, config files and scripts we would like to share. So I was wondering if there is a way of sharing this among the different projects.
Example: projectX * build.gradle * checkstyle.gradle * config/checkstyle/checkstyle.xml The same chekstyle.gradle and config/checkstyle/checkstyle.xml is then needed in another projectX Is there a way to do this except from rewriting all the share gradle files as plugins? Regards Espen
