[RFE] Support credential files for Gradle projects #184
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
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.
The text was updated successfully, but these errors were encountered: