From: Robert Varga Date: Sat, 25 Apr 2015 10:28:30 +0000 (+0200) Subject: Activate JDK8 verification for sdni X-Git-Tag: release/lithium~211^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=afc2530005b094caee53b26f782d09b792fc729d;p=releng%2Fbuilder.git Activate JDK8 verification for sdni With https://git.opendaylight.org/gerrit/19083 merged sdni should be able to build with JDK8. Let's make sure it stays that way. Change-Id: Iac9ca6da04d1ce58249c28f040d056390a95e826 Signed-off-by: Robert Varga --- diff --git a/jjb/sdninterfaceapp/sdninterfaceapp.cfg b/jjb/sdninterfaceapp/sdninterfaceapp.cfg index 09830c94c5..a1e2b5fce1 100644 --- a/jjb/sdninterfaceapp/sdninterfaceapp.cfg +++ b/jjb/sdninterfaceapp/sdninterfaceapp.cfg @@ -1,2 +1,3 @@ MVN_GOALS: clean install -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r DEPENDENCIES: odlparent,bgpcep +JDKS: openjdk7,openjdk8