File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ SBT="$ROOT/project/scripts/sbt" # if run on CI
9
9
source " $ROOT /bin/common-platform"
10
10
11
11
# build the scala/scalac/scaladoc binary, where scala is native for the current platform.
12
- " $SBT " " $DIST_PROJECT /pack "
12
+ " $SBT " " $DIST_PROJECT /Universal/stage "
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ SOURCE_LINKS_REPOSITORY="scala/scala3"
20
20
SOURCE_LINKS_VERSION=" ${GITHUB_SHA:- $DOTTY_BOOTSTRAPPED_VERSION } "
21
21
22
22
" $SBT " " scaladoc/generateTestcasesDocumentation" > " $tmp " 2>&1 || echo " generated testcases project with sbt"
23
- dist/target/pack /bin/scaladoc \
23
+ dist/target/universal/stage /bin/scaladoc \
24
24
-d " $OUT1 " \
25
25
-project " scaladoc testcases" \
26
26
-source-links:out/bootstrap/scala2-library-bootstrapped/scala-" ${DOTTY_NONBOOTSTRAPPED_VERSION} " /src_managed/main/scala-library-src=github://scala/scala/v" ${STDLIB_VERSION} " # src/library \
You can’t perform that action at this time.
0 commit comments