File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -984,9 +984,13 @@ object Build {
984984 settings(commonStdlibBootstrappedSettings).
985985 settings(
986986 scalacOptions += " -Yscala2-stdlib" ,
987- Compile / scalacOptions ++= {
987+ Compile / scalacOptions ++= {
988988 Seq (" -sourcepath" , ((Compile / sourceManaged).value / " scala-library-src" ).toString)
989989 },
990+ // TODO package only TASTy files.
991+ // We first need to check that a project can depend on a JAR that only contains TASTy files.
992+ // Compile / exportJars := true,
993+ // Compile / packageBin / mappings ~= { _.filter(_._2.endsWith(".tasty")) },
990994 mimaCheckDirection := " both" ,
991995 mimaBackwardIssueFilters := MiMaFilters .StdlibBootstrappedBackwards ,
992996 mimaForwardIssueFilters := MiMaFilters .StdlibBootstrappedForward ,
You can’t perform that action at this time.
0 commit comments