Skip to content
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

Commit e228069

Browse files
committed
Fixes strap.scalacheck build by adding reflect to the classpath
1 parent 7f59a91 commit e228069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1921,6 +1921,7 @@ BOOTSTRAPPING BUILD (STRAP)
19211921
<include name="**/*.scala"/>
19221922
<compilationpath>
19231923
<pathelement location="${build-strap.dir}/classes/library"/>
1924+
<pathelement location="${build-strap.dir}/classes/reflect"/>
19241925
</compilationpath>
19251926
</scalacfork>
19261927
</target>

0 commit comments

Comments
 (0)