Release notes - Sonar Scanner for Gradle - 7.0
Bug
SCANGRADLE-246 "sonar.java.test.libraries" classpath has a random order
SCANGRADLE-247 Classpath libraries should not be resolved across projects at configuration time
SCANGRADLE-249 Release version 6.3.0.5676 fails with ClassCastException: String cannot be cast to class Collection
SCANGRADLE-252 ".github" folder should not be added to "sonar.sources" if the user explicitly overrides this property
Task
SCANGRADLE-242 Update README.md with copy from Product Marketing
SCANGRADLE-243 Add Gradle 9.0.0 to ITs
SCANGRADLE-248 Prepare for next development iteration 6.4-SNAPSHOT
SCANGRADLE-251 Create GitHub workflow to bump development iteration
SCANGRADLE-253 Update verification metadata with scanner 6.3.1
SCANGRADLE-254 Update the wrapper to Gradle 8.14.3
SCANGRADLE-255 Skip metadata verification when downloading sources and javadoc artifacts in the IDE
SCANGRADLE-258 Remove .gitattributes that introduce more problems than solution
SCANGRADLE-259 Exclude tests and integration tests projects from SCA analysis
SCANGRADLE-262 Fix FunctionalTests with Windows paths
SCANGRADLE-264 Add Gradle sources to verification metadata
SCANGRADLE-266 Serialize project name as part of project solution
SCANGRADLE-267 Update releasability status to v3
SCANGRADLE-269 Fix quality flaws in PrepareNextIteration GHA
SCANGRADLE-270 Prepare next development iteration
SCANGRADLE-271 Compute correct property key for libraries properties
SCANGRADLE-276 Upgrade commons io to version 2.20.0
SCANGRADLE-277 Recover classpaths through source sets
SCANGRADLE-278 Delete mend_scan_task
SCANGRADLE-279 Resolve classpath at execution time
SCANGRADLE-281 Add task description and group to sonar resolver task
SCANGRADLE-283 Add protection to avoid accessing getProject when config cache is enabled
SCANGRADLE-284 Move resolver task implementations to base package