appengine-plugins icon indicating copy to clipboard operation
appengine-plugins copied to clipboard

A client Java library to manage App Engine Java applications for any project that performs App Engine Java application management. For example, the Maven, Gradle and Eclipse App Engine plugins, custom...

Results 37 appengine-plugins issues
Sort by recently updated
recently updated
newest added

Following example article: https://cloud.google.com/appengine/docs/standard/java-gen2/using-gradle Using plugin version: com.google.cloud.tools:appengine-gradle-plugin:2.5.0 with Gradle 8.5 produces the following error: The Project.getConvention() method has been deprecated. This is scheduled to be removed in Gradle 9.0....

type: bug
p3

Bumps [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) from 2.22.0 to 2.27.1. Release notes Sourced from com.google.errorprone:error_prone_core's releases. Error Prone 2.27.1 This release contains all of the changes in 2.27.0, plus a bug fix to ClassInitializationDeadlock...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

I am attempting to change the name of the app.yaml file to create one config for each of our environments. When running `mvn appengine:deploy -Dapp.deploy.deployables=src/main/appengine/dev.yaml` I get the following error...

documentation
p3

If `app.yaml` and `appengine-web.xml` file are missing then we get "Detected App Engine app.yaml based application." log message. I think we could log another message in such case, because this...

p3

Soon [Container Registry is deprecated](https://cloud.google.com/container-registry/docs/deprecations/container-registry-deprecation). As I understand [changes for building and deploying](https://cloud.google.com/artifact-registry/docs/transition/changes-gcp#workflow) **gcloud** need to use Artifact Registry repository path for the image, but I can't find a way...

p2
type: feature request

Probably for the same reason as https://github.com/GoogleContainerTools/jib/issues/2016. I think this clean-up hook never really worked. ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 47.699 s [INFO] Finished...

type: bug
p3

Gradle plugins are usable with `plugins {...}` syntax if they have [plugin markers](https://docs.gradle.org/current/userguide/plugins.html#sec:plugin_markers) Currently `app-gradle-plugin` does not publish one, so the users struggle. It would be great if the markers...

enhancement
p3

Hi! I'm switching over in my Gradle build files from Groovy (build.groovy) to the Gradle Kotlin DSL (build.groovy.kts). (using Gradle 5.4.1) **It is not obvious** IMHO, that the Groovy version...

enhancement
p3

Currently, when a command (such as `ManagedCloudSDK.isUpToDate()`) fails, there is no detailed error message. See https://github.com/GoogleCloudPlatform/appengine-plugins/issues/991 for more details.

enhancement
p3