/gradlew-update

Update your gradle wrapper to the latest and greatest

Primary LanguageTypeScriptMIT LicenseMIT

gradlew-update

Update your Gradle wrapper to the latest and greatest

Installation

npm install -g gradlew-update

Usage

Within the directory of your Gradle project:

gradlew-update

and your Gradle wrapper will be updated to the latest stable release.

Dev

To test the command globally on your machine:

npm run link
gradlew-update

or

npm run test

To release:

npm run release

License

gradlew-update is available under the MIT license. See the LICENSE file for more info.