mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-25 11:43:29 +00:00
Use appengine-gradle-plugin
The com.google.appengine:gradle-appengine-plugin is deprecated
This commit is contained in:
parent
2213c5b696
commit
c46243594a
@ -1,24 +1,21 @@
|
|||||||
apply plugin: 'io.spring.convention.spring-sample-war'
|
apply plugin: 'io.spring.convention.spring-sample-war'
|
||||||
apply plugin: 'appengine'
|
apply plugin: 'com.google.cloud.tools.appengine'
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "com.google.appengine:gradle-appengine-plugin:$gaeVersion"
|
classpath 'com.google.cloud.tools:appengine-gradle-plugin:1.3.2'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
appengine {
|
|
||||||
downloadSdk = true
|
|
||||||
}
|
|
||||||
|
|
||||||
// Remove logback as it causes security issues with GAE.
|
// Remove logback as it causes security issues with GAE.
|
||||||
configurations.runtime.exclude(group: 'ch.qos.logback')
|
configurations.runtime.exclude(group: 'ch.qos.logback')
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
appengineSdk "com.google.appengine:appengine-java-sdk:$gaeVersion"
|
compile "com.google.appengine:appengine:$gaeVersion"
|
||||||
|
|
||||||
compile project(':spring-security-core')
|
compile project(':spring-security-core')
|
||||||
compile project(':spring-security-taglibs')
|
compile project(':spring-security-taglibs')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user