pmd / pmd-github-action

GitHub Action for PMD
MIT License
39 stars 25 forks source link

Support upcoming PMD 7.0.0-rc1 release #176

Closed adangel closed 1 year ago

adangel commented 1 year ago

That will make this action forward compatible with the upcoming PMD 7.0.0-rc1 release.

When using the default value for input "version", then the action will use the latest released version. This might be PMD 7 with a slightly changed CLI.

This also adds a new input parameter downloadUrl. This can be used to download PMD from somewhere else, e.g. to download SNAPSHOT versions to test it.