On Fri, May 18, 2018 at 5:28 AM, Lukasz Lenart <[email protected]> wrote:
> Do you now what's the cause? Is Java 8 required to build a Maven > project? This used to work and it builds locally with JDK7. > > Java 8 is required for builds that use Jenkins' Maven plugin: https://wiki.jenkins.io/display/JENKINS/Maven+Project+Plugin You can build with older versions of Java if you set up the build as a normal "freestyle" build (not Maven-aware). - Mike
