Skip to content

Commit

Permalink
Fix for error - backend:appengineStart - execution failed (Error open…
Browse files Browse the repository at this point in the history
…ing zip file or JAR manifest missing : .../google-cloud-sdk/platform/google_appengine/google/appengine/tools/java/lib/agent/appengine-agent.jar) as per udacity/ud867#85
  • Loading branch information
jharnam committed Sep 16, 2020
1 parent 6c92b77 commit f68b443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/webapp/WEB-INF/appengine-web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<application>myApplicationId</application>
<version>1</version>
<threadsafe>true</threadsafe>

<runtime>java8</runtime>
<system-properties>
<property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
</system-properties>
Expand Down

0 comments on commit f68b443

Please sign in to comment.