Browse Source

Update to GAE 1.9.83

Closes gh-9273
4.2.x
Josh Cummings 5 years ago
parent
commit
66ca1d93f2
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443
  1. 2
      samples/xml/gae/gae.gradle

2
samples/xml/gae/gae.gradle

@ -2,7 +2,7 @@ apply plugin: 'war' @@ -2,7 +2,7 @@ apply plugin: 'war'
apply plugin: 'jetty'
apply plugin: 'appengine'
def gaeVersion="1.9.79"
def gaeVersion="1.9.83"
buildscript {
repositories {

Loading…
Cancel
Save