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.
-Xsource:2.11
1 parent 41edbe6 commit 83554a3Copy full SHA for 83554a3
scripts/jobs/integrate/bootstrap
@@ -217,7 +217,8 @@ buildXML() {
217
then echo "Found scala-xml $XML_VER; not building."
218
else
219
update scala scala-xml "$XML_REF" && gfxd
220
- sbtBuild 'set version := "'$XML_VER'-DOC"' $clean doc 'set version := "'$XML_VER'"' test "${buildTasks[@]}"
+ # TODO: compile under 2.12 source level once `scala.xml.XMLTest.escape` is fixed (see #4451)
221
+ sbtBuild 'set scalacOptions += "-Xsource:2.11"' 'set version := "'$XML_VER'-DOC"' $clean doc 'set version := "'$XML_VER'"' test "${buildTasks[@]}"
222
XML_BUILT="yes" # ensure the module is built and published when buildXML is invoked for the second time, see comment above
223
fi
224
}
0 commit comments