jenkinsci / google-storage-plugin

This plugin provides the “Google Cloud Storage Uploader” post-build step for publishing build artifacts to Google Cloud Storage.
https://plugins.jenkins.io/google-storage-plugin/
Apache License 2.0
31 stars 57 forks source link

Remove unnecessary JARs from HPI #271

Closed basil closed 9 months ago

basil commented 9 months ago

Stop bundling these unnecessary JARs:

Commons IO is provided by core. In place of bundling Commons Lang 3, we use the library plugin as is generally recommended. Error Prone annotations are not needed at runtime, so exclude them to avoid upper bounds errors relating to them.