Skip to content

Conversation

Mahoney
Copy link

@Mahoney Mahoney commented Feb 25, 2025

Gradle now supports a task option --rerun that reruns the specific task(s) being run, but not their dependencies.

Useful for tests - ./gradlew test --rerun.

See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:task_options

Gradle now supports a task option `--rerun` that reruns the specific
task(s) being run, but not their dependencies.

Useful for tests - `./gradlew test --rerun`.

See https://docs.gradle.org/current/userguide/command_line_interface.html#sec:task_options

Signed-off-by: Robert Elliot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant