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 {
984
984
settings(commonStdlibBootstrappedSettings).
985
985
settings(
986
986
scalacOptions += " -Yscala2-stdlib" ,
987
- Compile / scalacOptions ++= {
987
+ Compile / scalacOptions ++= {
988
988
Seq (" -sourcepath" , ((Compile / sourceManaged).value / " scala-library-src" ).toString)
989
989
},
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")) },
990
994
mimaCheckDirection := " both" ,
991
995
mimaBackwardIssueFilters := MiMaFilters .StdlibBootstrappedBackwards ,
992
996
mimaForwardIssueFilters := MiMaFilters .StdlibBootstrappedForward ,
You can’t perform that action at this time.
0 commit comments