File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -358,14 +358,6 @@ object projects:
358358 // sbtDocCommand = "dotty-community-build/doc"
359359 )
360360
361- lazy val stdLib213 = SbtCommunityProject (
362- project = " stdLib213" ,
363- extraSbtArgs = List (" -Dscala.build.compileWithDotty=true" ),
364- sbtTestCommand = """ set Global / fatalWarnings := false; library/compile""" ,
365- sbtPublishCommand = """ set Global / fatalWarnings := false; set library/Compile/packageDoc/publishArtifact := false; library/publishLocal""" ,
366- // sbtDocCommand = "library/doc" // Does no compile? No idea :/
367- )
368-
369361 lazy val shapeless3 = SbtCommunityProject (
370362 project = " shapeless-3" ,
371363 sbtTestCommand = List (
@@ -796,7 +788,6 @@ def allProjects = List(
796788 projects.scalaPB,
797789 projects.minitest,
798790 projects.fastparse,
799- projects.stdLib213,
800791 projects.shapeless3,
801792 projects.xmlInterpolator,
802793 projects.effpi,
Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ class CommunityBuildTestC:
9595 @ Test def sourcecode = projects.sourcecode.run()
9696 @ Test def specs2 = projects.specs2.run()
9797
98- @ Test def stdLib213 = projects.stdLib213.run()
9998 @ Test def ujson = projects.ujson.run()
10099 @ Test def upickle = projects.upickle.run()
101100 @ Test def utest = projects.utest.run()
You can’t perform that action at this time.
0 commit comments