Skip to content

Commit

Permalink
Fix examples visibility
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <mjcarroll@intrinsic.ai>
  • Loading branch information
mjcarroll committed Nov 4, 2024
1 parent 4357ac2 commit 21213f3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions examples/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
load("@rules_license//rules:license.bzl", "license")

package(
default_applicable_licenses = ["//:license"],
default_visibility = ["//visibility:public"],
)

license(
name = "license",
package_name = "gz-utils-examples",
default_visibility = ["//visibility:private"],
)

cc_binary(
Expand Down

0 comments on commit 21213f3

Please sign in to comment.