Skip to content

Commit 99ca3da

Browse files
committed
Removed conditional DocC plugin dependency
1 parent 24c4e22 commit 99ca3da

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

Package.swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,6 @@ let package = Package(
6666
return ["true", "yes", "1"].contains(value.lowercased())
6767
}
6868

69-
// MARK: - DocC Dependency
70-
71-
// Conditionally opt-in to Swift DocC Plugin when an environment flag is present.
72-
if isEnvironmentVarTrue("ENABLE_DOCC_PLUGIN") {
73-
package.dependencies += [
74-
.package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.4.5"),
75-
]
76-
}
77-
7869
// MARK: - CI Pipeline
7970

8071
if isEnvironmentVarTrue("GITHUB_ACTIONS") {

0 commit comments

Comments
 (0)