File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,7 @@ dependencies {
15
15
implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.11.0" )
16
16
implementation(" com.github.ben-manes:gradle-versions-plugin:0.42.0" )
17
17
implementation(" gradle.plugin.com.github.johnrengelman:shadow:7.1.2" )
18
- implementation(" org.gradle:test-retry-gradle-plugin:1.4.1" )
19
- compileOnly(" com.gradle:gradle-enterprise-gradle-plugin:3.11.2" ) // keep in sync with root settings.gradle.kts
18
+ compileOnly(" com.gradle:gradle-enterprise-gradle-plugin:3.12.1" ) // keep in sync with root settings.gradle.kts
20
19
}
21
20
22
21
tasks {
Original file line number Diff line number Diff line change
1
+ import com.gradle.enterprise.gradleplugin.testretry.retry
1
2
import org.gradle.api.tasks.testing.logging.TestExceptionFormat.FULL
2
3
import org.gradle.api.tasks.testing.logging.TestLogEvent.FAILED
3
4
import org.gradle.internal.os.OperatingSystem
4
5
5
6
plugins {
6
7
`java- library`
7
- id(" org.gradle.test-retry" )
8
8
}
9
9
10
10
tasks.withType<Test >().configureEach {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginManagement {
5
5
gradlePluginPortal()
6
6
}
7
7
plugins {
8
- id(" com.gradle.enterprise" ) version " 3.11.2 " // keep in sync with buildSrc/build.gradle.kts
8
+ id(" com.gradle.enterprise" ) version " 3.12.1 " // keep in sync with buildSrc/build.gradle.kts
9
9
id(" com.gradle.common-custom-user-data-gradle-plugin" ) version " 1.8.2"
10
10
id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.4.0"
11
11
id(" org.ajoberstar.git-publish" ) version " 4.1.1"
You can’t perform that action at this time.
0 commit comments