Change note

This commit is contained in:
Chris Smowton
2025-03-03 16:19:02 +00:00
parent c43b2b167f
commit 4205d5ecea

View File

@@ -0,0 +1,5 @@
---
category: fix
---
* Java build-mode `none` no 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 `none` now correctly uses Maven dependency information on Windows platforms.