You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing the Groovy plugin from the Marketplace, the only available compiler is Groovy 2.5. There is little indication in the UI that the plugin comes with 2.4 and that 2.5 is purely optional which can lead to the InvalidRegistryObjectException issue described in #317
Please add " (optional; without this, you get 2.4)" or similar to the entry for 2.5 or add 2.4 as a mandatory dependency visible in the Marketplace client.
The text was updated successfully, but these errors were encountered:
And this is what it looks like in the Marketplace listing:
Groovy 2.5 and Maven support have been marked as Optional for some time. I don't know what that looks like on the install client side. Maybe this is an issue for the Marketplace Client team to make Optional appear more clearly.
In your screenshot "Eclipse Groovy Development Tools" is marked "required". I make Groovy 2.5 optional, but selected because it is the current Groovy release.
How about making 2.4 visible and optional + deselected in this screen? That way, it wouldn't like you get nothing if you deselect 2.5 plus you can select 2.4 without 2.5 and avoid the InvalidRegistryObjectException issue when setting up a new workspace.
When installing the Groovy plugin from the Marketplace, the only available compiler is Groovy 2.5. There is little indication in the UI that the plugin comes with 2.4 and that 2.5 is purely optional which can lead to the InvalidRegistryObjectException issue described in #317
Please add " (optional; without this, you get 2.4)" or similar to the entry for 2.5 or add 2.4 as a mandatory dependency visible in the Marketplace client.
The text was updated successfully, but these errors were encountered: