Hey, we have a custom gradle distribution (which d...
# community-support
v
Hey, we have a custom gradle distribution (which declares some internal repository configuration) that i'd like to use in my wrapper across multiple gradle projects in a composite build. I'm thinking of symlinking the gradle-wrapper.properties file in the gradle/ folder for each project. Is this a good idea, or would you suggest another approach in terms of sharing gradle wrappers or perhaps a better way to share repository configs?
v
You could have a settings plugin that makes the according repository configuration that you apply to all builds. But other than that, if using symlinks per-se is ok for you, using it for the file is probably fine
v
to fetch that settings plugin i'll have to point to my local artifactory instance which will require repository configuration 🤔
v
Yes, if it is a published plugin in your repo you will need the repo once manually of course.