I can configure the existing jenkins build (gwt-java7) using jdk7 to upload the snapshot instead of the current one (gwt) which uses jdk8. I guess it should fix the problem
El dom., 3 jul. 2016 a las 1:07, Thomas Broyer (<[email protected]>) escribió: > Hi all, > > Current snapshots fail with JDK 7: > [INFO] [INFO] Tracing compile failure path for type > 'java.util.Comparator' > [INFO] [INFO] [ERROR] Errors in > 'jar:file:/home/travis/build/tbroyer/gwt-maven-plugin/target/it-repo/com/google/gwt/gwt-user/2.8.0-SNAPSHOT/gwt-user-2.8.0-SNAPSHOT.jar!/com/google/gwt/emul/java/util/Comparator.java' > [INFO] [INFO] [ERROR] Line 1: The type > java.lang.invoke.SerializedLambda cannot be resolved. It is indirectly > referenced from required .class files > > (see https://travis-ci.org/tbroyer/gwt-maven-plugin/jobs/141919077#L410) > > Is this because the snaphots are built with JDK 8 (see > http://www.draconianoverlord.com/2014/04/01/jdk-compatibility.html for > instance) or that we actually no longer support JDK 7 (without noticing it) > ? > > -- > You received this message because you are subscribed to the Google Groups > "GWT Contributors" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-web-toolkit-contributors/bb56d241-c198-4bb6-9612-c5bd3ccfd6cc%40googlegroups.com > <https://groups.google.com/d/msgid/google-web-toolkit-contributors/bb56d241-c198-4bb6-9612-c5bd3ccfd6cc%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/CAM28XAvmuBCgXVjVkvSjLxOyY2h0gbhxLRWJVMY31jzkpOoL2A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
