Is your feature request related to a problem? Please describe.
Checkstyle released a new version recently. Since the checkstyle installation commands in the Java descriptor file download the latest release by url from GitHub, builds of the images have been broken.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Update the installation instructions in the descriptor to use an env var containing the version for checkstyle, and add a renovate comment above the env var for that value to get updated by renovate, just like our other version env vars.
Additional context
The checkstyle version to pin right now should be a previous version, not the latest 12.1.1 version that is problematic.
Also need to run make megalinter-build to regenerate the various files in the repo.
Is your feature request related to a problem? Please describe.
Checkstyle released a new version recently. Since the checkstyle installation commands in the Java descriptor file download the latest release by url from GitHub, builds of the images have been broken.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Update the installation instructions in the descriptor to use an env var containing the version for checkstyle, and add a renovate comment above the env var for that value to get updated by renovate, just like our other version env vars.
Additional context
The checkstyle version to pin right now should be a previous version, not the latest 12.1.1 version that is problematic.
Also need to run
make megalinter-buildto regenerate the various files in the repo.