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 24c4e22 commit 99ca3daCopy full SHA for 99ca3da
1 file changed
Package.swift
@@ -66,15 +66,6 @@ let package = Package(
66
return ["true", "yes", "1"].contains(value.lowercased())
67
}
68
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
78
// MARK: - CI Pipeline
79
80
if isEnvironmentVarTrue("GITHUB_ACTIONS") {
0 commit comments