From f68b443a6bf8373c9d6c78c8c072f881b5498468 Mon Sep 17 00:00:00 2001 From: jharnam Date: Wed, 16 Sep 2020 12:09:46 +0200 Subject: [PATCH] Fix for error - backend:appengineStart - execution failed (Error opening zip file or JAR manifest missing : .../google-cloud-sdk/platform/google_appengine/google/appengine/tools/java/lib/agent/appengine-agent.jar) as per https://github.com/udacity/ud867/issues/85 --- backend/src/main/webapp/WEB-INF/appengine-web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/webapp/WEB-INF/appengine-web.xml b/backend/src/main/webapp/WEB-INF/appengine-web.xml index f0134be..bbe1031 100644 --- a/backend/src/main/webapp/WEB-INF/appengine-web.xml +++ b/backend/src/main/webapp/WEB-INF/appengine-web.xml @@ -3,7 +3,7 @@ myApplicationId 1 true - + java8