Upgradle gradle to 6.5 (DataDog/dd-trace-java#1589)
This commit is contained in:
parent
4e836f1c72
commit
84d4e24989
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue