That error usually means that you’re running under an older JVM. One of the jar files has a class version number that is higher than the running JVM knows about. e.g. compiled under JDK8, running under JDK6 or something like that.
If you have access to the Jenkins build configuration, have a look and see if there’s an option for what JVM to use for the build. Cheers, Greg Trasuk On Nov 13, 2014, at 3:45 PM, Kristian Rosenvold <[email protected]> wrote: > Life with jenkins is interesting as always; this one is new to me > https://builds.apache.org/job/maven-shared/ > > Kristian > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
