We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc8a31 commit 84affe8Copy full SHA for 84affe8
project/Build.scala
@@ -2456,6 +2456,7 @@ object ScaladocConfigs {
2456
}
2457
2458
lazy val DefaultGenerationConfig = Def.task {
2459
+ def distLocation = (dist / Universal / stage).value
2460
DefaultGenerationSettings.value
2461
2462
project/scripts/bootstrappedOnlyCmdTests
@@ -15,7 +15,7 @@ echo "testing scala.quoted.Expr.run from sbt scala"
15
grep -qe "val a: scala.Int = 3" "$tmp"
16
17
# setup for `scalac`/`scala` script tests
18
-"$SBT" "$DIST_PROJECT/universal/stage"
+"$SBT" "$DIST_PROJECT/Universal/stage"
19
20
echo "capturing scala version from $DIST_DIR/target/universal/stage/VERSION"
21
IFS=':=' read -ra versionProps < "$ROOT/$DIST_DIR/target/universal/stage/VERSION" # temporarily set IFS to ':=' to split versionProps
0 commit comments