Reputation: 2040
How can I know which version of Gradle plugin I am using in my Eclipse? Please guide.
Upvotes: 1
Views: 12132
Reputation: 111142
Select 'Help > About Eclipse' (on Macs this is 'Eclipse > About Eclipse').
Click the 'Installation Details' button to display the installation details dialog. Look in the 'Plug-ins' tab to see all the installed plugins.
On recent releases of Eclipse you can select 'Help > Installation Details' to go directly to the installation details dialog.
Upvotes: 8