From: Robert Varga Date: Sat, 31 Oct 2015 13:39:14 +0000 (+0100) Subject: BUG-2625: enable JDK8 verfication for next X-Git-Tag: release/beryllium~423^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=40f5ae6c069a84301e4179da62849529418636ce;p=releng%2Fbuilder.git BUG-2625: enable JDK8 verfication for next Change-Id: Ia8a08a8d4a85f9fe8f046825769332dde0846a1c Signed-off-by: Robert Varga --- diff --git a/jjb/next/next.cfg b/jjb/next/next.cfg index e887a22958..52a70e0184 100644 --- a/jjb/next/next.cfg +++ b/jjb/next/next.cfg @@ -1,5 +1,5 @@ STREAMS: - beryllium: branch: master - jdks: openjdk7 -DEPENDENCIES: odlparent,controller,yangtools \ No newline at end of file + jdks: openjdk7,openjdk8 +DEPENDENCIES: odlparent,controller,yangtools