Skip to content

Commit 944f2d4

Browse files
authored
fix: resolve local package paths relative to the repository root (#881)
- Update `resources_example` moving the `Package.swift` under a sub-directory. - Resolve local Swift packages using the repository root directory. Closes #869.
1 parent cc42a62 commit 944f2d4

File tree

9 files changed

+261
-150
lines changed

9 files changed

+261
-150
lines changed

examples/resources_example/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ swift_update_packages(
3232
name = "swift_update_pkgs",
3333
gazelle = ":gazelle_bin",
3434
generate_swift_deps_for_workspace = False,
35+
package_manifest = "swift/Package.swift",
3536
update_bzlmod_stanzas = True,
3637
)

0 commit comments

Comments
 (0)