duh, forgot the -Pjava8.home=… OK, the following works (with the clean), building and running all the J8,7,Android tests
$ mvn clean install -Djava8.home=$JAVA_HOME -Ptoolchain,platform-java7,platform-android But this sequence doesn’t, complaining about lambdas when running the J7 API Window tests. Does it work for you? $ mvn clean install -DskipTests -Pplatform-java7,platform-android $ mvn install -Djava8.home=$JAVA_HOME -Ptoolchain,platform-java7,platform-androidm # note, no “clean" Unrelated… is there a way to avoid running all of the J8 tests when I just want to iterate on running J7 tests? — Dale