1and1 / go-maven-poller

GoCD plugin that polls Maven repositories including Artifactory and Nexus
Other
9 stars 8 forks source link

Class [module-info] could not be loaded. Message: [module-info is not a class because access_flag ACC_MODULE is set]. #22

Closed sfuhrm closed 4 years ago

sfuhrm commented 4 years ago

There's a problem with the shaded fat jar which results in GoCD refusing to load the plugin:

Class [module-info] could not be loaded. Message: [module-info is not a class because access_flag ACC_MODULE is set].

The shaded jar contains a module-info.class file that breaks the plugin loading of GoCD.

sfuhrm commented 4 years ago

Fix is in 523cbcc4900a8c3eb7db5bf4219d8ebb847260e3

sfuhrm commented 4 years ago

Released with 1.4.0