We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1a92c commit feb6653Copy full SHA for feb6653
project/Build.scala
@@ -1549,7 +1549,8 @@ object Build {
1549
1550
def asTastyCore(implicit mode: Mode): Project = project.withCommonSettings.
1551
dependsOn(dottyLibrary).
1552
- settings(tastyCoreSettings)
+ settings(tastyCoreSettings).
1553
+ settings(disableDocSetting)
1554
1555
def asTastyCoreScala2: Project = project.settings(commonScala2Settings)
1556
0 commit comments