Skip to content

Commit

Permalink
Fix issue with scaladoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal committed Jul 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 04dd843 commit af11754
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
@@ -2456,6 +2456,7 @@ object ScaladocConfigs {
}

lazy val DefaultGenerationConfig = Def.task {
def distLocation = (dist / Universal / stage).value
DefaultGenerationSettings.value
}

2 changes: 1 addition & 1 deletion project/scripts/bootstrappedOnlyCmdTests
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ echo "testing scala.quoted.Expr.run from sbt scala"
grep -qe "val a: scala.Int = 3" "$tmp"

# setup for `scalac`/`scala` script tests
"$SBT" "$DIST_PROJECT/universal/stage"
"$SBT" "$DIST_PROJECT/Universal/stage"

echo "capturing scala version from $DIST_DIR/target/universal/stage/VERSION"
IFS=':=' read -ra versionProps < "$ROOT/$DIST_DIR/target/universal/stage/VERSION" # temporarily set IFS to ':=' to split versionProps

0 comments on commit af11754

Please sign in to comment.