1

How can I know which version of Gradle plugin I am using in my Eclipse? Please guide.

jsh6303
  • 2,010
  • 3
  • 24
  • 50
  • https://wiki.eclipse.org/FAQ_How_do_I_find_out_what_plug-ins_have_been_installed%3F – Julian Lettner Aug 05 '15 at 20:35
  • Thank you but I can't find "About Eclipse Platform" under "help" dropdown but only "About Eclipse" Plus I cannot find "Configuration Details" either. – jsh6303 Aug 05 '15 at 20:50

1 Answers1

8

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.

greg-449
  • 109,219
  • 232
  • 102
  • 145