diff --git a/build.gradle b/build.gradle index dc3af1ae..734c3eca 100644 --- a/build.gradle +++ b/build.gradle @@ -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) {