From f856bd5b50dbb119fbcc7ec90f40a82848d20faa Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sat, 25 Apr 2015 11:02:57 +0200 Subject: [PATCH] Activate JDK8 for USC With https://git.opendaylight.org/gerrit/19073 should compile fine with JDK8. Make sure it stays that way. Change-Id: I26fc2e3838c84c65034e34c9df38b463154f68ba Signed-off-by: Robert Varga --- jjb/usc/usc.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/usc/usc.cfg b/jjb/usc/usc.cfg index 1f570c101..001b0d6cc 100644 --- a/jjb/usc/usc.cfg +++ b/jjb/usc/usc.cfg @@ -1,6 +1,6 @@ BRANCHES: - master: - jdks: openjdk7 + jdks: openjdk7,openjdk8 - stable/lithium: - jdks: openjdk7 + jdks: openjdk7,openjdk8 DEPENDENCIES: controller,yangtools,odlparent -- 2.36.6