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

[RFE] Support credential files for Gradle projects #184

Closed
abrugaro opened this issue Jul 5, 2024 · 2 comments · Fixed by #195
Closed

[RFE] Support credential files for Gradle projects #184

abrugaro opened this issue Jul 5, 2024 · 2 comments · Fixed by #195
Assignees
Labels
needs-kind Indicates an issue or PR lacks a `kind/foo` label and requires one. needs-priority Indicates an issue or PR lacks a `priority/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Milestone

Comments

@abrugaro
Copy link

abrugaro commented Jul 5, 2024

When adding Gradle as a supported project management system for analysis in Konveyor, the dependencies defined in the build.gradle file may be hosted in private repositories or repositories that do not allow anonymous access.

Currently, it is possible to upload a settings.xml file to obtain such dependencies in Maven projects, however, there is no option to do so for Gradle projects.

Without this feature, it would not be possible to use Konveyor to analyze Gradle projects with dependencies hosted in private repositories.

@konveyor-ci-bot konveyor-ci-bot bot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Jul 5, 2024
@konveyor-ci-bot
Copy link

This issue is currently awaiting triage.
If contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.
The triage/accepted label can be added by org members.

@konveyor-ci-bot konveyor-ci-bot bot added needs-kind Indicates an issue or PR lacks a `kind/foo` label and requires one. needs-priority Indicates an issue or PR lacks a `priority/foo` label and requires one. labels Jul 5, 2024
@dymurray dymurray added this to the v0.6.0 milestone Aug 1, 2024
@jmle
Copy link
Contributor

jmle commented Aug 7, 2024

The solution is simply for us to add a new type of credential named "Gradle properties". This file can be placed directly in the project directory, and it will contain the passwords set by the user. The user will have to include references in the build.gradle file as explained here. The gradle.properties file will contain the passwords.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-kind Indicates an issue or PR lacks a `kind/foo` label and requires one. needs-priority Indicates an issue or PR lacks a `priority/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants