Skip to content

plugins/gradle: check if gradle wrapper already exists

Alberto Fanjul requested to merge gradle-wrapper into main

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

Merge request reports