We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4693790 commit 17acef8Copy full SHA for 17acef8
scripts/common
@@ -19,7 +19,7 @@ mkdir -p $IVY_CACHE
19
rm -rf $IVY_CACHE/cache/org.scala-lang
20
21
SBT_CMD=${sbtCmd-sbt}
22
-SBT_CMD="$SBT_CMD -sbt-version 0.13.14-b646662"
+SBT_CMD="$SBT_CMD -sbt-version 0.13.14-b646662 -Dscala.ext.dirs=$JAVA_HOME/scala-ext"
23
24
# temp dir where all 'non-build' operation are performed
25
TMP_ROOT_DIR=$(mktemp -d -t pr-scala.XXXX)
0 commit comments