Path to sonarqube exclusions are now relative to project.projectDir. If unity.assetsDir is not in the project directory file tree (which shouldn't happen), the path will continue to be absolute, as there is no way to know how which directory it is relative to.
Changes
path to sonarqube exclusion properties are now relative
Description
Path to sonarqube exclusions are now relative to
project.projectDir
. Ifunity.assetsDir
is not in the project directory file tree (which shouldn't happen), the path will continue to be absolute, as there is no way to know how which directory it is relative to.Changes