GoogleCloudPlatform / app-gradle-plugin

The library has moved to https://github.com/GoogleCloudPlatform/appengine-plugins/tree/main/app-gradle-plugin
Apache License 2.0
153 stars 40 forks source link

Allow directly application of flex or standard plugins #144

Closed loosebazooka closed 7 years ago

loosebazooka commented 7 years ago

Allow user to directly apply the plugin of their choice

apply plugin: 'com.google.cloud.tools.appengine-standard'

or

apply plugin: 'com.google.cloud.tools.appengine-flexible'
loosebazooka commented 7 years ago

fixed by #132