Skip to content

Commit 9156d3b

Browse files
committed
Update to appengine:1.9.79
Fixes gh-8272
1 parent 327c52d commit 9156d3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/xml/gae/gae.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apply plugin: 'war'
22
apply plugin: 'jetty'
33
apply plugin: 'appengine'
44

5-
def gaeVersion="1.9.23"
5+
def gaeVersion="1.9.79"
66

77
buildscript {
88
repositories {
99
mavenCentral()
1010
}
1111
dependencies {
12-
classpath 'com.google.appengine:gradle-appengine-plugin:1.9.23'
12+
classpath 'com.google.appengine:gradle-appengine-plugin:1.9.59'
1313
}
1414
}
1515

@@ -49,4 +49,4 @@ dependencies {
4949

5050
}
5151

52-
appengineRun.onlyIf { !gradle.taskGraph.hasTask(appengineFunctionalTest) }
52+
appengineRun.onlyIf { !gradle.taskGraph.hasTask(appengineFunctionalTest) }

0 commit comments

Comments
 (0)