DEV Community

Cover image for Dynamic AppEngine Configurations using Gradle Part 2
Ramesh Lingappa
Ramesh Lingappa

Posted on

Dynamic AppEngine Configurations using Gradle Part 2

In the previous story Dynamic AppEngine Configurations using Gradle Part 1, we discussed how we can easily deploy to various environments like (prod, stag, test) using simple gradle argument. If you haven’t read before, would recommend to read it before proceeding.

Now let’s take a look at how we can have multiple configuration files(cron.xml, appengine-web.xml, queue.xml) for each of those environments

Read on

Top comments (0)