GoogleCloudPlatform / app-gradle-plugin

The library has moved to https://github.com/GoogleCloudPlatform/appengine-plugins/tree/main/app-gradle-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support java21 runtime

stjasink opened this issue · comments

As of 6 December, java21 runtime has been available in GAE (although it is still in "preview").

Running appengineDeploy with java21 in my app.yaml gives this error from the plugin:

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.

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.