Gradle 0.9.2 with Appengine 1.4.2

Is there a Gradle plugin (compatible with Gradle 0.9.2) that will allow me to deploy Google App Engine 1.4.2?

If so, how can I integrate it (build.gradle snippet)?

+7
source share
2 answers

Axel

today is your lucky day. ;-) I just released the Gradle GAE plugin, which provides tasks for loading, running and managing Java projects for the Google App Engine. Give him a chance. The documentation details the settings and properties of the agreement. Let me know if you have any feedback or feature requests.

+8
source

Spring Security uses gradle to deploy a sample application for GAE. You can copy this (see sample gradle file application ) or clone the repo and use it as a guide. It uses a simple internal plugin .

+1
source

All Articles