Skip to content

Commit 42e41c5

Browse files
committed
Go: fix standalone build of the Go extractor
#21276 worked together with the internal changes but broke the standalone build of the Go extractor of this repo in isolation. The root cause was the lack of an auto-loaded `java_library` rule definition. This fixes it. I also checked this doesn't happen anywhere else.
1 parent f0e665d commit 42e41c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/extractor/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
load("@rules_go//go:def.bzl", "go_library")
2+
load("@rules_java//java:defs.bzl", "java_library")
23
load("@rules_pkg//pkg:mappings.bzl", "pkg_files")
34

45
# gazelle:prefix github.com/github/codeql-go/extractor

0 commit comments

Comments
 (0)