1
0
mirror of synced 2026-08-04 09:17:02 +00:00

SEC-1619: Added check in GAE sample for change of Google user while still logged into the app.

Also updated GAE version and build script. Uploading to GAE now works when run from the gradle build file using the command 'gradle gaeDeploy'.
This commit is contained in:
Luke Taylor
2010-11-10 15:37:42 +00:00
parent 8b51c2c97d
commit 37810a19c4
4 changed files with 32 additions and 7 deletions
@@ -20,7 +20,7 @@ class GaePlugin implements Plugin<Project> {
project.gaeDeploy.dependsOn project.war
project.war.doLast {
ant.unzip(src: project.war.archivePath, dest: explodedWar)
ant.unzip(src: project.war.archivePath, dest: explodedWar)
}
}
}