Closed stjasink closed 10 months ago
As of 6 December, java21 runtime has been available in GAE (although it is still in "preview").
java21
Running appengineDeploy with java21 in my app.yaml gives this error from the plugin:
appengineDeploy
app.yaml
Execution failed for task ':appengineStage'. > com.google.cloud.tools.appengine.AppEngineException: Cannot process application with runtime: java21
I am using version 2.4.5, currently the latest release.
2.4.5
latest
Could you update the plugin to support java21 please?
Closing as I've seen that there is a version 2.5.0 that supports java21. It's not listed in the releases tab though.
2.5.0
As of 6 December,
java21
runtime has been available in GAE (although it is still in "preview").Running
appengineDeploy
withjava21
in myapp.yaml
gives this error from the plugin:I am using version
2.4.5
, currently thelatest
release.Could you update the plugin to support
java21
please?