Maintained by aalmiray
The plugin provides tasks for uploading, downloading, running and managing Google App Engine (App Engine) projects in any given Gradle build.
| Website | https://github.com/GoogleCloudPlatform/gradle-appengine-plugin |
|---|---|
| Author | GoogleCloudPlatform |
| Version | 1.9.0 |
buildscript {
repositories { jcenter() }
dependencies {
classpath 'com.google.appengine:gradle-appengine-plugin:1.9.0'
}
}
apply plugin: 'war'
apply plugin: 'appengine'