We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327c52d commit 9156d3bCopy full SHA for 9156d3b
samples/xml/gae/gae.gradle
@@ -2,14 +2,14 @@ apply plugin: 'war'
2
apply plugin: 'jetty'
3
apply plugin: 'appengine'
4
5
-def gaeVersion="1.9.23"
+def gaeVersion="1.9.79"
6
7
buildscript {
8
repositories {
9
mavenCentral()
10
}
11
dependencies {
12
- classpath 'com.google.appengine:gradle-appengine-plugin:1.9.23'
+ classpath 'com.google.appengine:gradle-appengine-plugin:1.9.59'
13
14
15
@@ -49,4 +49,4 @@ dependencies {
49
50
51
52
-appengineRun.onlyIf { !gradle.taskGraph.hasTask(appengineFunctionalTest) }
+appengineRun.onlyIf { !gradle.taskGraph.hasTask(appengineFunctionalTest) }
0 commit comments