Java: Add change note for Gradle JDK version detection

This commit is contained in:
Chris Smowton
2024-05-16 09:15:47 +01:00
committed by GitHub
parent 5076b1a214
commit e8d064e291

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* JDK version detection based on Gradle projects has been improved. Java extraction using build-modes `autobuild` or `none` is more likely to pick an appropriate JDK version, particularly when the Android Gradle Plugin or Spring Boot Plugin are in use.