Skip to content

Commit

Permalink
Merge pull request #4661 from telstra/test/downgrade_grade_func_test
Browse files Browse the repository at this point in the history
[test] downgrade test-logger version
  • Loading branch information
sergii-iakovenko authored May 29, 2022
2 parents d87a9ef + a740804 commit dab5816
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,6 +1,6 @@
plugins {
id 'groovy'
id 'com.adarshr.test-logger' version '3.1.0'
id 'com.adarshr.test-logger' version '3.0.0' //https://github.com/radarsh/gradle-test-logger-plugin/issues/252
id 'org.gradle.test-retry' version '1.3.1'
}
description = 'Functional-Tests'
Expand Down

0 comments on commit dab5816

Please sign in to comment.