jenkinsci / gradle-jpi-plugin

Build Jenkins Plugins with Gradle
79 stars 50 forks source link

Do not publish to incrementals by default #221

Closed alextu closed 1 year ago

alextu commented 1 year ago

Previous PR fixing https://github.com/jenkinsci/gradle-jpi-plugin/issues/215 added incrementals repository support by publishing to both regular and incrementals repository by default This PR basically removes the dependency of publish to publishMavenJpiPublicationToJenkinsIncrementalsRepository so instead one should call directly publishMavenJpiPublicationToJenkinsIncrementalsRepository to publish to incrementals.

sghill commented 1 year ago

0.48.0 was released today with this change