The rule is three-back. If you run Maven with Java 9 and do not set target and source (or release) explicitly, it uses the default of 1.5, which the compiler rejects with
[ERROR] Source option 1.5 is no longer supported. Use 1.6 or later. [ERROR] Target option 1.5 is no longer supported. Use 1.6 or later. Russ > On Jan 18, 2017, at 3:30 PM, Jochen Wiedmann <[email protected]> > wrote: > > On Wed, Jan 18, 2017 at 4:37 PM, Russell Gold <[email protected]> wrote: > >> These settings are incompatible with Java 9. > > How so? > > > > -- > The next time you hear: "Don't reinvent the wheel!" > > http://www.keystonedevelopment.co.uk/wp-content/uploads/2014/10/evolution-of-the-wheel-300x85.jpg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
