Gradle tries to resolve form plugins.gradle.org even though I've added repositories to my buildscript section

@salimfadhley, please see my response in the other topic. You need to use the apply plugin: rather than plugins { } syntax in this case.

1 Like