-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run on local AppEngine #1000
Comments
The plugin's Do you need emulators beyond those? |
Hi, sorry I didn't specify the environment enough. When using app engine standard for java 11 there is no appengineRun task. I guess it is only for the old java 8 runtime. That's why you need the new beta emulators from gcloud. |
@ludoch Is there a recommended way to use emulators in the newer AppEngine runtimes? One way would be to take advantage of the testcontainers gcloud project. |
Any news on this? |
Bringing it to p3 label as this is not resolved. |
You still cannot do this easily with this plugin. |
Hey,
please add a task that uses the cloud tools emulators to run the project on your local computer. You could make some tasks to start them yourself, but I didn't find an easy way yet to get the environment variables into the gradle run task yet, besides copying them manually which is cumbersome as the ports vary.
The text was updated successfully, but these errors were encountered: