mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
e23a888449
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
532 B
532 B
gradle wrapper
Generate the Gradle wrapper files for a project. More information: https://docs.gradle.org/current/userguide/gradle_wrapper.html.
- Generate wrapper with the current Gradle version:
gradle wrapper
- Generate wrapper with a specific Gradle version:
gradle wrapper --gradle-version {{8.5}}
- Generate wrapper with a specific distribution type:
gradle wrapper --distribution-type {{bin|all}}
- Generate wrapper using a specific distribution URL:
gradle wrapper --gradle-distribution-url {{url}}