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.

Usage

Basic usage:

arconia update gradle

Options

The following options are available:

Option Default Description

--dry-run

false

Update in dry-run mode. Shows what changes would be made without actually making them.

--debug or -d

false

Include debug output.

--verbose or -v

false

Include more verbose output about the execution.

--stacktrace or -s

false

Include more details about errors.

--params or -p

Additional build parameters passed directly to the build tool.

--help or -h

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.