mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +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.