From 3fdc2222e3ab84f6c205000421426f304dbbd44d Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 22 Apr 2015 09:22:52 +0200 Subject: [PATCH] Activate JDK8 verification for IOTDM Once https://git.opendaylight.org/gerrit/18793 is merged IOTDM should be passing build with JDK8, let's make sure it stays that way. Change-Id: I565643ada0ce0e5f08abf4bafe23e558b8878b00 Signed-off-by: Robert Varga --- jjb/iotdm/iotdm.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jjb/iotdm/iotdm.cfg b/jjb/iotdm/iotdm.cfg index 0c2903b097..ec5933ccc2 100644 --- a/jjb/iotdm/iotdm.cfg +++ b/jjb/iotdm/iotdm.cfg @@ -1,2 +1,3 @@ BRANCHES: master -DEPENDENCIES: controller,yangtools,odlparent,aaa \ No newline at end of file +DEPENDENCIES: controller,yangtools,odlparent,aaa +JDKS: openjdk7,openjdk8 -- 2.36.6