From 6a7a100898003b7441411b1f907ce073a801e4b6 Mon Sep 17 00:00:00 2001 From: Alexander Wachtberger Date: Fri, 11 Sep 2020 23:11:14 +0200 Subject: [PATCH] Added runtime java8 for gradle task appengineStart Added java8 in appengine-web.xml so gradle task :backend:appengineStart runs again properly Due to issue #85 and other students including me having issue, while starting the gradle task, i fixed this. This should work for everybody regardless if Java 8 or later is used. The problem was that a file is searched which is not there users\name\AppData\Local\google\ct4j-cloud-sdk\LATEST\google-cloud-sdk\platform\google_appengine\google\appengine\tools\java\lib\agent\appengine-agent.jar Fix for issue #85 --- FinalProject/backend/src/main/webapp/WEB-INF/appengine-web.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FinalProject/backend/src/main/webapp/WEB-INF/appengine-web.xml b/FinalProject/backend/src/main/webapp/WEB-INF/appengine-web.xml index f0134beac..bbe103100 100644 --- a/FinalProject/backend/src/main/webapp/WEB-INF/appengine-web.xml +++ b/FinalProject/backend/src/main/webapp/WEB-INF/appengine-web.xml @@ -3,7 +3,7 @@ myApplicationId 1 true - + java8