Update to appengine:1.9.79
Fixes gh-8272
This commit is contained in:
@@ -2,14 +2,14 @@ apply plugin: 'war'
|
||||
apply plugin: 'jetty'
|
||||
apply plugin: 'appengine'
|
||||
|
||||
def gaeVersion="1.9.23"
|
||||
def gaeVersion="1.9.79"
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.google.appengine:gradle-appengine-plugin:1.9.23'
|
||||
classpath 'com.google.appengine:gradle-appengine-plugin:1.9.59'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,4 +49,4 @@ dependencies {
|
||||
|
||||
}
|
||||
|
||||
appengineRun.onlyIf { !gradle.taskGraph.hasTask(appengineFunctionalTest) }
|
||||
appengineRun.onlyIf { !gradle.taskGraph.hasTask(appengineFunctionalTest) }
|
||||
|
||||
Reference in New Issue
Block a user