How to install an older Eclipse plugin in SonarLint

Currently, the Eclipse Marketplace SonarLint is only available in the latest version (2.5.1). For compatibility reasons, I need version (2.2.1).

How to install an older version of your choice?

+2
source share
2 answers

Instead of using the Eclipse Marketplace, use the Help menu → Install New Software. Add Sonarline URL:

http://eclipse.sonarlint.org/

then uncheck the "Show only the latest versions of available software."

You will see the entire available version of sonarlint. If you already installed it with an unexpected version, you must first uninstall it in Help → Installation Information.

+3

. :

, !

+1

Source: https://habr.com/ru/post/1686111/


All Articles