mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Java/Kotlin: prepare for internal bazel packaging
This commit is contained in:
@@ -178,4 +178,13 @@ _resources = [
|
||||
actual = _common_extractor_name_prefix,
|
||||
visibility = ["//visibility:public"],
|
||||
),
|
||||
filegroup(
|
||||
name = "many",
|
||||
srcs = ["%s-%s-%s" % (
|
||||
_common_extractor_name_prefix,
|
||||
variant,
|
||||
version,
|
||||
) for variant in ("standalone", "embeddable") for version in VERSIONS],
|
||||
visibility = ["//visibility:public"],
|
||||
),
|
||||
) if not _for_embeddable else None
|
||||
|
||||
Reference in New Issue
Block a user