Closed c-a-m closed 8 years ago
gradlew didn't get upgraded with the rest of the build scripts.
Workaround for this is to not use gradlew but install the latest gradle and use the gradle command instead gradlew.
gradle
gradlew
I checked in a new gradle wrapper and changed the documentation to use the target installDist instead of installApp. Try using installDist instead.
installDist
installApp
gradlew didn't get upgraded with the rest of the build scripts.
Workaround for this is to not use gradlew but install the latest gradle and use the
gradle
command insteadgradlew
.