jenkinsci / gradle-jpi-plugin

Build Jenkins Plugins with Gradle
79 stars 50 forks source link

Publish Incrementals (JEP-305) #215

Closed sghill closed 1 year ago

sghill commented 1 year ago

The gradle-jpi-plugin does not automatically configure the Jenkins Incrementals repository as specified in JEP-305.

The simplest way to support this feature would be defining the repository according to Gradle's built-in maven-publish plugin. This will create tasks for publishing to a specific repository that can be invoked when appropriate.

214 is a prerequisite.

This is an action item from #213.