You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stefan Bodewig <bo...@apache.org> on 2019/04/16 15:15:17 UTC

Re: Build failed in Jenkins: Commons-Compress JDK-Matrix Build» JDK 1.7 (latest) #799

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.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 1.7 (latest) #799

Posted by sebb <se...@gmail.com>.
On Tue, 16 Apr 2019 at 16:15, Stefan Bodewig <bo...@apache.org> 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: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org