https://github.com/googlecloudplatform/appengine-plugins
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 user tools, etc.
https://github.com/googlecloudplatform/appengine-plugins
appengine appengine-java appengine-sdk cloud-sdk gcloud gcloud-sdk java
Last synced: about 2 months ago
JSON representation
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 user tools, etc.
- Host: GitHub
- URL: https://github.com/googlecloudplatform/appengine-plugins
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2016-03-17T13:42:30.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T19:52:03.000Z (12 months ago)
- Last Synced: 2025-03-30T15:42:23.750Z (9 months ago)
- Topics: appengine, appengine-java, appengine-sdk, cloud-sdk, gcloud, gcloud-sdk, java
- Language: Java
- Homepage:
- Size: 2.98 MB
- Stars: 42
- Watchers: 28
- Forks: 27
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
This repository hosts the Google App Engine Maven and Gradle plugins:
- [app-maven-plugin](./app-maven-plugin): [App Engine Maven Plugin user document](https://cloud.google.com/appengine/docs/standard/java-gen2/using-maven)
- [app-gradle-plugin](./app-gradle-plugin): [App Engine Gradle Plugin user document](https://cloud.google.com/appengine/docs/standard/java-gen2/using-gradle)
- [appengine-plugins-core](./appengine-plugins-core): This is a shared utility library for the two plugins above.
## Requirements
The libraries in this repository require Java 1.8 or higher to run.
This repository requires Maven and Java 1.8 or higher to build.