We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a88d1 commit 8fc4f7aCopy full SHA for 8fc4f7a
gcloud-java-datastore/src/main/java/com/google/cloud/datastore/testing/LocalDatastoreHelper.java
@@ -92,7 +92,7 @@ public class LocalDatastoreHelper {
92
GCD_URL = null;
93
} else {
94
try {
95
- GCD_URL = new URL("http://storage.googleapis.com/gcd/tools/" + GCD_FILENAME);
+ GCD_URL = new URL("https://storage.googleapis.com/gcd/tools/" + GCD_FILENAME);
96
} catch (MalformedURLException e) {
97
throw new RuntimeException(e);
98
}
0 commit comments