Using Artifactory to cache plugin?

Hi,

Is it possible to use Artifactory for caching the plugins coming from the portal, using the new plugin {} block syntax?

Thanks,

Predrag

Yes. You would instruct artifactory to proxy https://plugins.gradle.org/m2/ and then configure your artifactory repo as a custom plugin repository.

2 Likes

What if my custom plugin repository requires authentication?