Skip to content

Commit 2d1d670

Browse files
committed
Temporarily turn off snippet checking for scala3 library
1 parent f17dcbc commit 2d1d670

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

project/Build.scala

+1-4
Original file line numberDiff line numberDiff line change
@@ -1359,10 +1359,7 @@ object Build {
13591359
"-comment-syntax", "wiki",
13601360
"-siteroot", "docs",
13611361
s"-source-links:docs=github://lampepfl/dotty/master#docs",
1362-
"-doc-root-content", docRootFile.toString,
1363-
"-snippet-compiler:" +
1364-
s"$dottyLibRoot=compile," +
1365-
"docs=compile"
1362+
"-doc-root-content", docRootFile.toString
13661363
)
13671364
))
13681365
}.evaluated,

0 commit comments

Comments
 (0)