mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
369 B
369 B
category
| category |
|---|
| fix |
- Java build-mode
noneno longer fails when a required version of Maven cannot be downloaded, such as due to a firewall. It will now attempt to use the system version of Maven if present, or otherwise proceed without detailed dependency information. - Java build-mode
nonenow correctly uses Maven dependency information on Windows platforms.