Skip to content

Commit 61c260c

Browse files
committed
Temporarily turn off snippet checking for scala3 library
1 parent 3e5ca10 commit 61c260c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

project/Build.scala

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,10 +1356,7 @@ object Build {
13561356
"-comment-syntax", "wiki",
13571357
"-siteroot", "docs",
13581358
s"-source-links:docs=github://lampepfl/dotty/master#docs",
1359-
"-doc-root-content", docRootFile.toString,
1360-
"-snippet-compiler:" +
1361-
s"$dottyLibRoot=compile," +
1362-
"docs=compile"
1359+
"-doc-root-content", docRootFile.toString
13631360
)
13641361
))
13651362
}.evaluated,

0 commit comments

Comments
 (0)