Skip to content

Commit

Permalink
Temporarily turn off snippet checking for scala3 library
Browse files Browse the repository at this point in the history
  • Loading branch information
pikinier20 committed May 17, 2021
1 parent f17dcbc commit 2d1d670
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1359,10 +1359,7 @@ object Build {
"-comment-syntax", "wiki",
"-siteroot", "docs",
s"-source-links:docs=github://lampepfl/dotty/master#docs",
"-doc-root-content", docRootFile.toString,
"-snippet-compiler:" +
s"$dottyLibRoot=compile," +
"docs=compile"
"-doc-root-content", docRootFile.toString
)
))
}.evaluated,
Expand Down

0 comments on commit 2d1d670

Please sign in to comment.