Skip to content

Commit 1418c4a

Browse files
authored
updating to use our google-cloud-nio build from central (#4108)
* com.google.cloud:google-cloud-nio:0.20.4-alpha-20171031.194208-5:shaded -> org.broadinstitute:google-cloud-nio-GATK4-custom-patch:0.20.4-alpha-GCS-RETRY-FIX:shaded * This artifact should be functionally identical to our previous artifact but it's hosted in maven central instead of our artifactory. * closes #4008
1 parent 54c5939 commit 1418c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ dependencies {
159159
// Using the shaded version to avoid conflicts between its protobuf dependency
160160
// and that of Hadoop/Spark (either the one we reference explicitly, or the one
161161
// provided by dataproc).
162-
compile 'com.google.cloud:google-cloud-nio:0.20.4-alpha-20171031.194208-5:shaded'
162+
compile 'org.broadinstitute:google-cloud-nio-GATK4-custom-patch:0.20.4-alpha-GCS-RETRY-FIX:shaded'
163163

164164
compile 'com.google.cloud.genomics:gatk-tools-java:1.1'
165165
// this comes built-in when running on Google Dataproc, but the library

0 commit comments

Comments
 (0)