apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.64k stars 844 forks source link

Multi-project audit caching improved #7791

Open sdedic opened 3 days ago

sdedic commented 3 days ago

This PR adds limited support for constraints in Gradle dependency versions, accepts !! as a strict modifier. The main part is a change that separates cache for individual projects in a knowledgebase; for multi-module projects, the audit cache was be overwritten with each subsequent audit even though the audit executed for a different submodule.