Tooltip shows wrong warning
Adding a different Gradle user home in the global preferences shows a wrong warning and tooltip.
Expected Behavior
No warning is shown if the given path is existent.
Current Behavior
A warning is shown like if I would have filled in something in the field "Java home".
See screen shot.
Context
Steps to Reproduce
Fill in an existent path into the field "Gradle user home".
Your Environment
Eclipse 2022-06 Buildship 3.1.6
This looks to be intentional to me. The warning says that the settings will be non-portable. This is true. M:\gradle_user_home is unlikely to be present on other computers.
Edit: oops.
This is the same issue as #1171.
Closing as duplicate of https://github.com/eclipse/buildship/issues/1171.