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

Enable stdin on javaexec + deprecation warning for client login #181

Closed loosebazooka closed 9 years ago

loosebazooka commented 9 years ago

Without system.in the user could not input anything when javaexec'ing the appcfg process

Deprecation warning is necessary for client logins as it will be removed in future versions of appengine.

loosebazooka commented 9 years ago

@salguarnieri @nbashirbello review?

loosebazooka commented 9 years ago

for bug #180

loosebazooka commented 9 years ago

@salguarnieri take another look?