소스 검색

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 {