We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Affects PMD Version: 7.13.0
Description:
If the environment variable PMD_HOME is set, then the script fails to start pmd with the following error:
PMD_HOME
Couldn't determine PMD_HOME path. Script location [] does not exist
Related to #5623.
Reason for the docker build job failure -> https://github.com/pmd/docker/actions/runs/14660567613
Steps to reproduce:
$ export PMD_HOME=/path/to/pmd $ /path/to/pmd/bin/pmd --version Couldn't determine PMD_HOME path. Script location [] does not exist
The text was updated successfully, but these errors were encountered:
Implement workaround for pmd/pmd#5705
0b04e08
Don't export PMD_HOME (see pmd/pmd#5705)
4291a6a
Bump PMD from 7.12.0 to 7.13.0 (#13)
69b4bfc
* Bump PMD from 7.12.0 to 7.13.0 * Don't export PMD_HOME (see pmd/pmd#5705)
b664502
[doc] Update release notes (pmd#5705)
fb1e5b0
Fix pmd#5705: [cli] Always determine PMD_HOME based on script location (
93c9563
pmd#5744) Merge pull request pmd#5744 from adangel:issue-5705-cli
Revert "Implement workaround for pmd/pmd#5705"
430804f
This reverts commit 0b04e08.
Successfully merging a pull request may close this issue.
Affects PMD Version: 7.13.0
Description:
If the environment variable
PMD_HOME
is set, then the script fails to start pmd with the following error:Related to #5623.
Reason for the docker build job failure -> https://github.com/pmd/docker/actions/runs/14660567613
Steps to reproduce:
The text was updated successfully, but these errors were encountered: