Change note

This commit is contained in:
Chris Smowton
2025-03-27 15:17:11 +00:00
parent bc7bed42bd
commit d8f7f182a9

View File

@@ -0,0 +1,4 @@
---
category: fix
---
* In `build-mode: none` where the project has a Gradle build system, database creation no longer attempts to download some non-existent jar files relating to non-jar Maven artifacts, such as BOMs. This was harmless, but saves some time and reduces spurious warnings.