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 8f1219a commit 59deb56Copy full SHA for 59deb56
bazel/BUILD.horus
@@ -69,14 +69,13 @@ filegroup(
69
],
70
)
71
72
-## Uncomment when rabbitmq/horus#22 is merged
73
-# filegroup(
74
-# name = "license_files",
75
-# srcs = [
76
-# "LICENSE-Apache-2.0",
77
-# "LICENSE-MPL-2.0",
78
-# ],
79
-# )
+filegroup(
+ name = "license_files",
+ srcs = [
+ "LICENSE-Apache-2.0",
+ "LICENSE-MPL-2.0",
+ ],
+)
80
81
filegroup(
82
name = "public_and_private_hdrs",
@@ -104,8 +103,7 @@ erlang_app(
104
103
"compiler",
105
"tools",
106
107
- ## Uncomment when rabbitmq/horus#22 is merged
108
- # license_files = [":license_files"],
+ license_files = [":license_files"],
109
priv = [":priv"],
110
111
0 commit comments