Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gradle 0.9.2 with Appengine 1.4.2

Is there a Gradle plugin (compatible with Gradle 0.9.2) that'll let me deploy to Google App Engine 1.4.2?

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

like image 458
Axel Fontaine Avatar asked Feb 12 '11 14:02

Axel Fontaine


2 Answers

Axel,

today is your lucky day. ;-) I just released a Gradle GAE plugin that provides tasks for uploading, running and managing Google App Engine Java projects. Give it a shot. The documentation describes setup and convention properties in detail. Let me know if you have feedback or feature requests.

like image 197
Benjamin Muschko Avatar answered Sep 24 '22 21:09

Benjamin Muschko


The Spring Security build uses gradle to deploy a sample app to GAE. You could copy that (see the sample app gradle file), or clone the repo and use it in place as a guide. It uses a simple internal plugin.

like image 40
Shaun the Sheep Avatar answered Sep 24 '22 21:09

Shaun the Sheep