You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"Expanding scala-library API docs for $version to api/$version (with subdirectories for scala-compiler and scala-reflect)."
24
24
ssh chara "cd $archivesDir && mkdir -p api/$version && tar -xvz --strip-component 2 -f scala-docs-$version.tgz -C api/$version && mv api/$version/scala-library/* api/$version/"# tar on jenkins does not support the -s option
25
-
26
-
echo"Expanding the Scaladoc for other bundled modules"
0 commit comments