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 {
2456
2456
}
2457
2457
2458
2458
lazy val DefaultGenerationConfig = Def .task {
2459
+ def distLocation = (dist / Universal / stage).value
2459
2460
DefaultGenerationSettings .value
2460
2461
}
2461
2462
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ echo "testing scala.quoted.Expr.run from sbt scala"
15
15
grep -qe " val a: scala.Int = 3" " $tmp "
16
16
17
17
# setup for `scalac`/`scala` script tests
18
- " $SBT " " $DIST_PROJECT /universal /stage"
18
+ " $SBT " " $DIST_PROJECT /Universal /stage"
19
19
20
20
echo " capturing scala version from $DIST_DIR /target/universal/stage/VERSION"
21
21
IFS=' :=' 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