Merge pull request #20984 from github/rc/3.20

Java: Add change note for Maven compiler flags
This commit is contained in:
Chris Smowton
2025-12-08 14:24:58 +00:00
committed by GitHub

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.