plugins/gradle: check if gradle wrapper already exists
Avoid to bootstrap gradle if gradlew already exists.
Many repos do not make the file gradlew
executable, so not sure if we should cover that and make it (or ask user?)
Even I miss an option to bootstrap if user wants to update wrapper with last version
relates #889