Gradle (All Versions)
When adding multiple third party plugins you do not need to separate them into different instances of the buildscript(All) or plugin(2.1+) code, new plug ins can be added alongside pre-existing plugins.
buildscript {
repositories {
maven {
url "https://plu...