File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2456,6 +2456,7 @@ object ScaladocConfigs {
24562456 }
24572457
24582458 lazy val DefaultGenerationConfig = Def .task {
2459+ def distLocation = (dist / Universal / stage).value
24592460 DefaultGenerationSettings .value
24602461 }
24612462
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ echo "testing scala.quoted.Expr.run from sbt scala"
1515grep -qe " val a: scala.Int = 3" " $tmp "
1616
1717# setup for `scalac`/`scala` script tests
18- " $SBT " " $DIST_PROJECT /universal /stage"
18+ " $SBT " " $DIST_PROJECT /Universal /stage"
1919
2020echo " capturing scala version from $DIST_DIR /target/universal/stage/VERSION"
2121IFS=' :=' read -ra versionProps < " $ROOT /$DIST_DIR /target/universal/stage/VERSION" # temporarily set IFS to ':=' to split versionProps
You can’t perform that action at this time.
0 commit comments