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

Gradle command issue #987

Open
renjfk opened this issue Jun 26, 2023 · 2 comments
Open

Gradle command issue #987

renjfk opened this issue Jun 26, 2023 · 2 comments

Comments

@renjfk
Copy link

renjfk commented Jun 26, 2023

There are two issues with Gradle package manager:

  • Supposedly there is gradle_command option to override the command but PackageManage#$installed? checks it with by calling package_management_command which makes it useless.
  • This is more of a general problem; LicenseFinder#command_exists? is not able to detect the command's existence when run from a different directory so I believe a Dir.chdir(project_path) should be performed there before the check.
@cf-gitbot
Copy link
Collaborator

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

@xtreme-shane-lattanzio
Copy link
Contributor

Hey @renjfk ! Thanks for the issue. Since I do not have a setup to confirm this, it would be great to have a PR in with tests confirming that this fixes your issue. In the mean time I will just add a label to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants