Using a custom repository for the Plugin DSL?

I’m creating an in-house plugin, and I’d love to be able to use the Plugin DSL to apply it to my projects, but as far as I can tell, it’s currently hard-coded to use the public Gradle Plugin Portal. Is there support - or planned support - for using an in-house portal?

1 Like

I wanted to chime in and throw my support behind this. I am interested in doing something very similar and it would be a great feature to have

As of Gradle 2.14, you will be able to publish plugins to an in-house Maven or Ivy repository and resolve them from there.

1 Like