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

There doesn't appear to be a way to specify where the SDK will be downloaded to, which makes the SDK files more difficult to cache in a CI environment and...

Currently, the `artifact` config is waiting for a single JAR/WAR/Binary file to be uploaded, but this constraint has nothing to do with the `gcloud app deploy` command. The use case:...

enhancement
p3

I want to use the [frontend-gradle-plugin](https://github.com/siouan/frontend-gradle-plugin) with this plugin. If I start with the [multi-project-war-application example](https://github.com/siouan/frontend-gradle-plugin/tree/master/examples/multi-projects-war-application) from the fronend-gradle-plugin everything builds fine. When I add the app-gradle-plugin using either the...

This is not a bug, but a feature request. Spring Boot Gradle plugin in the current version generates both executable fat jar and plain jar in the default settings like...

enhancement
p2

Current state: - the AppEngine gradle plugin is compatible with Java 17 at runtime -- our users are fine. - compile-time compatibility is blocked on a gradle testing ecosystem regression....

enhancement
blocked
p2

When building project with multiple sub-projects, gradle parallel builds are key to improving CI speed. In this case, gradle will try to build all sub-projects at the same time. If...

enhancement
p3

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...

question

The follow Gradle configuration: ```kotlin val myTask = tasks.register("myTask", Jar::class.java) { archiveBaseName.set("myJar") } appengine { stage { setArtifact(myTask.flatMap { it.archiveFile }) } } ``` Fails with the below: ```kotlin $...

enhancement
p3

The type will be removed in Gradle 8.0. https://github.com/GoogleCloudPlatform/app-gradle-plugin/blob/f50be8dcdde14ec6ef94947f1e21f5ea855be792/src/main/java/com/google/cloud/tools/gradle/appengine/AppEnginePlugin.java#L28

enhancement
p2

Make app-gradle-plugin configuration cache compatible. [Configuration cache](https://docs.gradle.org/current/userguide/configuration_cache.html) is about to ship stable. Enabling it currently causes GCP gradle plugin to fail in multiple ways ``` 3 problems were found reusing...

enhancement
p2