org.gradle.test-retry
Owner: Gradle
Mitigate flaky tests by retrying tests when they fail
https://github.com/gradle/test-retry-gradle-plugin
Sources: https://github.com/gradle/test-retry-gradle-plugin.git
Version 1.5.1
1.5.1
Created 19 January 2023.
Mitigate flaky tests by retrying tests when they fail
Add this plugin to your build using the plugins DSL:
plugins {
id("org.gradle.test-retry") version "1.5.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.gradle:test-retry-gradle-plugin:1.5.1") } } apply(plugin = "org.gradle.test-retry")
- Applying plugins to all subprojects .