mirror of
https://github.com/github/codeql.git
synced 2026-04-02 13:48:20 +02:00
https://github.com/github/codeql/pull/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.