Skip to content

Commit

Permalink
5575: [TEST]: Fix retry mechanism in tests
Browse files Browse the repository at this point in the history
Implements #5575

* Bumped gradle retry plugin version
  • Loading branch information
pkazlenka committed Feb 8, 2024
1 parent 4a4b017 commit fd31a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-java/testing/functional-tests/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'groovy'
id 'com.adarshr.test-logger' version '3.1.0'
id 'org.gradle.test-retry' version '1.3.1'
id 'org.gradle.test-retry' version '1.5.8'
}
description = 'Functional-Tests'

Expand Down

0 comments on commit fd31a7e

Please sign in to comment.