LDAP-302: Add Spring IO Checks
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
maven { url "http://repo.springsource.org/plugins-release" }
|
||||
maven { url "http://dl.bintray.com/content/aalmiray/asciidoctor" }
|
||||
maven { url 'https://repo.spring.io/plugins-release' }
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.3")
|
||||
classpath('org.asciidoctor:asciidoctor-gradle-plugin:0.7.0')
|
||||
classpath 'org.springframework.build.gradle:springio-platform-plugin:0.0.2.RELEASE'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -44,6 +44,7 @@ configure(allprojects) {
|
||||
|
||||
configure(coreModules) {
|
||||
apply from: JAVA_MODULE_SCRIPT
|
||||
apply plugin: 'springio-platform'
|
||||
}
|
||||
|
||||
configure(subprojects - coreModules) {
|
||||
|
||||
Reference in New Issue
Block a user