From 988bd65de0a9d12d45bcc60a0f2e8e66d572bb51 Mon Sep 17 00:00:00 2001 From: Mick Jordan <mick.jordan@oracle.com> Date: Thu, 9 Jun 2016 19:30:25 -0700 Subject: [PATCH] BuildNative -> BuildJavaWithJavac --- ci.hocon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci.hocon b/ci.hocon index 8dbf8041a5..e6b407317c 100644 --- a/ci.hocon +++ b/ci.hocon @@ -37,7 +37,7 @@ java8Downloads : { gateTest : ${common} ${java8Downloads} { run : [ - ${gateCmd} ["Versions,JDKReleaseInfo,Pylint,Canonicalization Check,BuildJavaWithJavac,BuildNative,UnitTests: ExpectedTestOutput file check,UnitTests"] + ${gateCmd} ["Versions,JDKReleaseInfo,Pylint,Canonicalization Check,BuildJavaWithJavac,UnitTests: ExpectedTestOutput file check,UnitTests"] ] } @@ -59,7 +59,7 @@ gateStyle : ${common} { rbcheck : ${common} ${java8Downloads} { run : [ - ${gateCmd} ["Versions,JDKReleaseInfo,BuildNative"] + ${gateCmd} ["Versions,JDKReleaseInfo,BuildJavaWithJavac"] ["mx", "rbcheck"] ] } -- GitLab