Resolve plugins from custom location

I’m trying to completely avoid hitting the public internet when running a build by using Artifactory proxies. Easy peasy when it comes to artifact resolution repositories, but I haven’t found any way to bypass it.

Specifically, I don’t want plugins to be downloaded from http://plugins.gradle.org/m2. I want them to be downloaded from my own local site.

Is this possible?