Publishing a plugin to internal maven repo

Hey guys,

I’m currently working on a plugin that is designed for internal consumption within my company. We have a nexus repository, but I can’t use the PublishingPlugin to push to it even though I configured it via the RepositoryHandler.

Two questions arise from there:

  1. Can I push a gradle plugin bundle to Nexus and retrieve it from there?
  2. Can I self-host my own gradle plugin repository?

Cheers,
Thomas

Hi Thomas

You have a couple of options:

Hope that helps

Tom