pygradle
pygradle copied to clipboard
Make the pivy-importer a plugin you add to your buildSrc project
Since the pivy-importer
needs to run as a step before the repositories are resolved the only place that this can happen is as a step inside of your buildSrc
project.
pivy-importer
could be wrapped up as a gradle plugin so that it downloads dependencies when the buildSrc
project is being built. This means that when you update your dependencies you don't need to make sure that every developer also runs the pivy-importer
gradle would do that for you.