You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
There are two issues with
Gradle
package manager:gradle_command
option to override the command butPackageManage#$installed?
checks it with by callingpackage_management_command
which makes it useless.LicenseFinder#command_exists?
is not able to detect the command's existence when run from a different directory so I believe aDir.chdir(project_path)
should be performed there before the check.The text was updated successfully, but these errors were encountered: