This commit is contained in:
Nikolay Martynov 2020-06-15 10:04:10 -04:00 committed by Trask Stalnaker
parent 4e836f1c72
commit 84d4e24989
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

@ -33,7 +33,6 @@ dependencies {
testCompile(project(':testing')) {
exclude module: 'okhttp'
}
testCompile project(':instrumentation:java-concurrent')
testCompile group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.0.0'
// 4.x.x-alpha has been released and it looks like there are lots of incompatible changes