Skip to content

Commit

Permalink
[test] downgrade gradle version for func test
Browse files Browse the repository at this point in the history
  • Loading branch information
andriidovhan committed Jan 21, 2022
1 parent 6c56178 commit a4e6f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 'com.adarshr.test-logger' version '3.0.0'
id 'org.gradle.test-retry' version '1.2.1'
}
description = 'Functional-Tests'

Expand Down

0 comments on commit a4e6f6b

Please sign in to comment.