We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a9bbc commit bc1a960Copy full SHA for bc1a960
google-cloud-datastore/src/main/java/com/google/cloud/datastore/testing/LocalDatastoreHelper.java
@@ -59,7 +59,7 @@ public class LocalDatastoreHelper extends BaseEmulatorHelper<DatastoreOptions> {
59
private static final String GCLOUD_CMD_TEXT = "gcloud beta emulators datastore start";
60
private static final String GCLOUD_CMD_PORT_FLAG = "--host-port=";
61
private static final String VERSION_PREFIX = "cloud-datastore-emulator ";
62
- private static final String MIN_VERSION = "2.2.1";
+ private static final String MIN_VERSION = "2.3.1";
63
64
// Downloadable emulator settings
65
private static final String BIN_NAME = "cloud-datastore-emulator/cloud_datastore_emulator";
0 commit comments