Skip to content
Snippets Groups Projects
Commit 930df695 authored by Mick Jordan's avatar Mick Jordan
Browse files

BuildNative -> BuildJavaWithJavac

parent 20a322ea
Branches
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ java8Downloads : { ...@@ -37,7 +37,7 @@ java8Downloads : {
gateTest : ${common} ${java8Downloads} { gateTest : ${common} ${java8Downloads} {
run : [ 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} { ...@@ -59,7 +59,7 @@ gateStyle : ${common} {
rbcheck : ${common} ${java8Downloads} { rbcheck : ${common} ${java8Downloads} {
run : [ run : [
${gateCmd} ["Versions,JDKReleaseInfo,BuildNative"] ${gateCmd} ["Versions,JDKReleaseInfo,BuildJavaWithJavac"]
["mx", "rbcheck"] ["mx", "rbcheck"]
] ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment