SEC-2579: Update to springio-platform-plugin 0.0.2.RELEASE
This commit is contained in:
parent
d9efd08bfd
commit
04226caf63
|
@ -2,11 +2,11 @@ import groovy.text.SimpleTemplateEngine
|
|||
|
||||
buildscript {
|
||||
repositories {
|
||||
maven { url "https://repo.spring.io/plugins-snapshot" }
|
||||
maven { url "https://repo.spring.io/plugins-release" }
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.5")
|
||||
classpath("org.springframework.build.gradle:springio-platform-plugin:0.0.1.BUILD-SNAPSHOT")
|
||||
classpath("org.springframework.build.gradle:springio-platform-plugin:0.0.2.RELEASE")
|
||||
classpath("org.gradle.api.plugins:gradle-tomcat-plugin:0.9.8")
|
||||
classpath('me.champeau.gradle:gradle-javadoc-hotfix-plugin:0.1')
|
||||
classpath('org.asciidoctor:asciidoctor-gradle-plugin:0.7.0')
|
||||
|
|
Loading…
Reference in New Issue