wooga / atlas-wdk-unity

Gradle Plugin to help wdk package development
https://wooga.github.io/atlas-wdk-unity
Apache License 2.0
0 stars 2 forks source link

Fixed exclusions path [ATLAS-390] #38

Closed Joaquimmnetto closed 3 years ago

Joaquimmnetto commented 3 years ago

Description

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