Changed the default JDK for Beryllium to JDK8. 59/29159/1
authorA H <an.ho@huawei.com>
Mon, 2 Nov 2015 19:03:42 +0000 (11:03 -0800)
committerA H <an.ho@huawei.com>
Mon, 2 Nov 2015 19:03:42 +0000 (11:03 -0800)
The first JDK listed in project.cfg will be used as the default JDK for non-verify type jobs. So this patch put openjdk8 first in the JDK list for Beryllium in project.cfg files.

Change-Id: I12e8a82c65ed61dd9f965d92f0ff541eac361fe7
Signed-off-by: A H <an.ho@huawei.com>
jjb/usc/usc.cfg

index 691d27ac24b9fd2a9d7deb7ef3c371ec1fe82908..a1883b379f8a5afcc38cfc655dd39bc271a216e5 100644 (file)
@@ -4,5 +4,5 @@ STREAMS:
     jdks: openjdk7,openjdk8
 - stable-lithium:
     branch: stable/lithium
-    jdks: openjdk7,openjdk8
+    jdks: openjdk8,openjdk7
 DEPENDENCIES: controller,yangtools,odlparent