On Tue, 16 Apr 2019 at 16:15, Stefan Bodewig <[email protected]> wrote: > > After Compress has been upgraded to Parent 48 the JDK 7 build started to > fail as the new version of the bnd plugin has been compiled with > -target 8, or so it seems. > > I'll downgrade the bnd plugin for compress for now.
An alternative is to run Maven with Java 8, but compile/test for Java 7 using the appropriate profile. See Commons NET for an example of how to do this. > Stefan > > --------------------------------------------------------------------- > 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]
