Skip to content

Commit 17acef8

Browse files
committed
Add -Dscala.ext.dirs property for Java 9 compat
This reverts commit 1394ff019ec2337e99b007e338c87ecdbf266061.
1 parent 4693790 commit 17acef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/common

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mkdir -p $IVY_CACHE
1919
rm -rf $IVY_CACHE/cache/org.scala-lang
2020

2121
SBT_CMD=${sbtCmd-sbt}
22-
SBT_CMD="$SBT_CMD -sbt-version 0.13.14-b646662"
22+
SBT_CMD="$SBT_CMD -sbt-version 0.13.14-b646662 -Dscala.ext.dirs=$JAVA_HOME/scala-ext"
2323

2424
# temp dir where all 'non-build' operation are performed
2525
TMP_ROOT_DIR=$(mktemp -d -t pr-scala.XXXX)

0 commit comments

Comments
 (0)