File tree 2 files changed +2
-2
lines changed
src/main/java/org/broadinstitute/hellbender/cmdline
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ final testNGVersion = '6.11'
69
69
// Using the shaded version to avoid conflicts between its protobuf dependency
70
70
// and that of Hadoop/Spark (either the one we reference explicitly, or the one
71
71
// provided by dataproc).
72
- final googleCloudNioDependency = ' org.broadinstitute:google-cloud-nio-GATK4-custom-patch:0.20.4 -alpha-GCS-RETRY-FIX:shaded'
72
+ final googleCloudNioDependency = ' org.broadinstitute:google-cloud-nio-GATK4-custom-patch:0.20.5 -alpha-GCS-RETRY-FIX:shaded'
73
73
74
74
final baseJarName = ' gatk'
75
75
final secondaryBaseJarName = ' hellbender'
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ protected void printSettings() {
430
430
logger .info ("Inflater: " + (usingIntelInflater ? "IntelInflater" : "JdkInflater" ));
431
431
432
432
logger .info ("GCS max retries/reopens: " + BucketUtils .getCloudStorageConfiguration (NIO_MAX_REOPENS ).maxChannelReopens ());
433
- logger .info ("Using google-cloud-java patch 6d11bef1c81f885c26b2b56c8616b7a705171e4f from https://github.com/droazen /google-cloud-java/tree/dr_all_nio_fixes " );
433
+ logger .info ("Using google-cloud-java fork https://github.com/broadinstitute /google-cloud-java/releases/tag/0.20.5-alpha-GCS-RETRY-FIX " );
434
434
}
435
435
436
436
/**
You can’t perform that action at this time.
0 commit comments