Skip to content

Support --rerun #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support --rerun #152

wants to merge 1 commit into from

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 <rob@lidalia.org.uk>
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