You have to point Gradle to the location of your plugins so Gradle can find them.
Do this by adding a repositories { ... } to your build.gradle.
Here's an example of adding three repositories, JCenter, Maven Repository, and a custom repository that offers dependencies in Maven style.
repositories...