Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Gradle project path for unique dependencies.txt path #741

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

antonsviridov-src
Copy link
Contributor

The javadoc on Project#getName mentions that name is not guaranteed to be unique across the hierarchy, but project path is. So ew use this to write the dependencies to uniquely named files.

See https://github.com/sourcegraph/scip-java/pull/735/files#diff-5dde761886519812960f89108a21668cf947ddb300db91872dafc880f9bd3943R81 where we do the same for Maven.

Test plan

  • N/A

@antonsviridov-src antonsviridov-src merged commit 10e9f08 into main Aug 20, 2024
13 checks passed
@antonsviridov-src antonsviridov-src deleted the fix-gradle-cros-repo-dependencies branch August 20, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants