0

I am kind of struggling to downgrade checkstyle plugin in Eclipse. The desired version is 8.40 or 8.41. I downloaded .zip/.jar from:

https://github.com/checkstyle/eclipse-cs/releases

and I followed the instructions from:

Eclipse: How to install a plugin manually?

Trying to install I get:

Could not find jar:file:/C:/Users/xxx/Downloads/checkstyle-8.40-all.jar

AndreasInfo
  • 1,062
  • 11
  • 26

1 Answers1

3
  1. Help
  2. Install New Software...
  3. Uncheck Show only the latest versions of available software
  4. In Work with paste https://checkstyle.org/eclipse-cs-update-site/ and you'll get a list of available versions
AndreasInfo
  • 1,062
  • 11
  • 26