Skip to content

Commit f537658

Browse files
committed
fixup #63
1 parent 9acd5ca commit f537658

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/default/jobs/scala/validate/publish-core.xml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{:name => "_scabot_pr", :desc => "For internal use by Scabot."}
1313
],
1414
jvmVersion: @branch == "2.11.x" ? 6 : 8,
15-
jvmFlavor: "oracle",
15+
jvmFlavor: @branch == "2.11.x" ? "oracle" : "openjdk",
1616
buildNameScript: setValidateBuildNameScript)
1717
%>
1818
<publishers>

templates/default/jobs/scala/validate/test.xml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{:name => "_scabot_pr", :desc => "For internal use by Scabot."}
1414
],
1515
jvmVersion: @branch == "2.11.x" ? 6 : 8,
16-
jvmFlavor: "oracle",
16+
jvmFlavor: @branch == "2.11.x" ? "oracle" : "openjdk",
1717
buildNameScript: setValidateBuildNameScript)
1818
%>
1919
<publishers>

0 commit comments

Comments
 (0)