We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9acd5ca + f537658 commit 5f2eb84Copy full SHA for 5f2eb84
templates/default/jobs/scala/validate/publish-core.xml.erb
@@ -12,7 +12,7 @@
12
{:name => "_scabot_pr", :desc => "For internal use by Scabot."}
13
],
14
jvmVersion: @branch == "2.11.x" ? 6 : 8,
15
- jvmFlavor: "oracle",
+ jvmFlavor: @branch == "2.11.x" ? "oracle" : "openjdk",
16
buildNameScript: setValidateBuildNameScript)
17
%>
18
<publishers>
templates/default/jobs/scala/validate/test.xml.erb
@@ -13,7 +13,7 @@
19
0 commit comments