Emenda / klocwork-plugin

Jenkins Klocwork Plugin
1 stars 3 forks source link

Resolved issue with other plugins and org.joda.time dependency #27

Closed michael-baron closed 6 years ago

michael-baron commented 6 years ago

Added apache shade plugin and shaded org.joda.time used by kwxsync config step due to incompatibility with other plugins. When other plugins are loaded into Jenkins with different versions of the same dependency specified the plugin's classpath that is loaded first is used. Errors occur when a newer version is compiled with a different version of Java to the older version.