瀏覽代碼

Update to GAE 1.9.83

Closes gh-9273
Josh Cummings 4 年之前
父節點
當前提交
66ca1d93f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      samples/xml/gae/gae.gradle

+ 1 - 1
samples/xml/gae/gae.gradle

@@ -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 {