Java: Add change note for Maven compiler flags

This commit is contained in:
idrissrio
2025-12-08 12:07:01 +01:00
parent 5addb53e0f
commit a0e7afde8e

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Java analysis no longer forces `--source` and `--target` compiler flags for Maven builds. This allows Maven to use the project's own compiler configuration, improving build compatibility.