Skip to content

Commit

Permalink
Update step.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei committed Jul 25, 2022
1 parent c48ee27 commit 16c735b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,13 @@ inputs:
description: NDK version to install, for example `23.0.7599858`. Run `sdkmanager --list` on your machine to see all available versions. Leave this input empty if you are not using the Native Development Kit in your project.
- gradlew_dependencies_options:
opts:
title: Additional options for the gradlew tasks command
summary: Additional options to be added to the executed gradlew tasks command.
title: Additional options for the `gradlew dependencies` command
summary: Additional options to be added to the executed `gradlew dependencies` command.
description: |-
Additional options to be added to the executed gradlew tasks command.
Additional options to be added to the executed `gradlew dependencies` command.
The step runs `gradlew dependencies --stacktrace` to list and install the missing project dependencies.
The step runs `gradlew dependencies --stacktrace` to list the missing dependencies and to install them.
Additional options will be appended to the end of this command.
Example: `--configuration-cache-problems=warn`.

0 comments on commit 16c735b

Please sign in to comment.