mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-14 14:23:30 +00:00
Update to appengine:1.9.79
Fixes gh-8272
This commit is contained in:
parent
327c52d650
commit
9156d3bce3
@ -2,14 +2,14 @@ apply plugin: 'war'
|
|||||||
apply plugin: 'jetty'
|
apply plugin: 'jetty'
|
||||||
apply plugin: 'appengine'
|
apply plugin: 'appengine'
|
||||||
|
|
||||||
def gaeVersion="1.9.23"
|
def gaeVersion="1.9.79"
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
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) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user