GoCD plugin that polls Maven repositories including Artifactory and Nexus
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
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.