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 92454c2 commit eacf07dCopy full SHA for eacf07d
espresso/BUILD
@@ -1,7 +1,7 @@
1
load("@rules_license//rules:license.bzl", "license")
2
3
package(
4
- default_applicable_licenses = ["//espresso:license"],
+ default_applicable_licenses = [":license"],
5
default_testonly = 1,
6
)
7
services/BUILD
@@ -9,7 +9,7 @@ load("//build_extensions/maven:maven_artifact.bzl", "maven_artifact")
9
licenses(["notice"])
10
11
12
- default_applicable_licenses = ["//services:license"],
13
14
default_visibility = [
15
"//:__subpackages__",
0 commit comments