arconia update gradle
The arconia update gradle
command upgrades your project’s Gradle wrapper to a newer version. It uses the UpdateGradleWrapper recipe from the OpenRewrite OSS library.
Options
The following options are available:
Option | Default | Description |
---|---|---|
|
|
Update in dry-run mode. Shows what changes would be made without actually making them. |
|
|
Include debug output. |
|
|
Include more verbose output about the execution. |
|
|
Include more details about errors. |
|
Additional build parameters passed directly to the build tool. |
|
|
Display help information for the command. |
Build Tool Integration
The command runs the appropriate OpenRewrite task based on your build tool, following the same approach used by the arconia rewrite
command.