GoogleCloudPlatform / gradle-appengine-plugin

Gradle plugin that provides tasks for uploading, running and managing Google App Engine projects
Apache License 2.0
236 stars 60 forks source link

Feature: Build flavors #213

Closed peterfortuin closed 9 years ago

peterfortuin commented 9 years ago

I currently have an Android app and App Engine backend. For both I have a development and production version. The backend is currently build with Maven. But the idea is to move to this Gradle plugin.

Is it possible to make some kind of flavor mechanism (similar to what the Android Gradle plugin has)?