Sharing Gradle buildscripts from jcenter or other distribution Service

I want to share a set of buildscripts with my team, is there any distribution method to share it like what gradle plugin does ?

There is not and I strongly encourage you to convert them into proper plugins (the syntax is exactly the same), because then you can also version and integration-test them properly.

2 Likes