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.1.8
1.1.8
Created 05 August 2020.
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.1.8"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.gradle:test-retry-gradle-plugin:1.1.8") } } apply(plugin = "org.gradle.test-retry")
- Applying plugins to all subprojects .