Reputation: 1554
How do I turn off automatic update checking for plugins in Mars Eclipse?
I have a plugin, a decompiler that keeps popping up an alert saying there's a newer version available. This message pops up every time I start Eclipse.
This is in spite of the fact that I have disabled "Automatic Updates" in: Install/Update | Automatic Updates | turned off.
Any ideas of how to turn off this notification? It's very annoying.
I am using this version of JD-Core: 2.9.0.r20160620180
I have NOT selected updates to be checked:
Upvotes: 1
Views: 13760
Reputation: 6483
I encountered a similar issue recently, I'm assuming you're using the Java Class Decompiler plugin which was updated to version 3.0.0 last week.
You can disable the automatic update checking by going to Window -> Preferences -> Java -> Decompiler. In the Startup section, unselect the Check for major version updates box, as shown below:
Upvotes: 1