From 42fa24875320b6fd64010ba735b694ed545303c1 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Fri, 12 Mar 2021 15:19:05 -0500 Subject: [PATCH] Downgrade to Gradle `6.8.2` The CI plan has started to fails sporadically. Currently with Gradle `6.8.3` we observer something like this: in the Standard Output the stack trace is from another thread in another test (that timed out while this test was running). It seems like Gradle is failing the test if it sees a stack trace in the log * Trying with the previous Gradle version --- gradle/wrapper/gradle-wrapper.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 113a074e54..1da2bb5806 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionSha256Sum=7faa7198769f872826c8ef4f1450f839ec27f0b4d5d1e51bade63667cbccd205 \ No newline at end of file +distributionSha256Sum=8de6efc274ab52332a9c820366dd5cf5fc9d35ec7078fd70c8ec6913431ee610 \ No newline at end of file