Skip to content

Fix path normalization for sibling directories for Gradle

What does this MR do?

This update fixes the path normalization for sibling directories in Gradle projects by simplifying the root path computation. The root path is now derived by splitting the report path at "build/reports" and identifying the preceding directory. This change ensures accurate relocation of htmlDependencyReport artifacts for compatibility with Gemnasium.

What are the relevant issue numbers?

gitlab-org/gitlab#462792 (closed)

Does this MR meet the acceptance criteria?

Edited by Philip Cunningham

Merge request reports