Move plugin declarations to plugin syntax

Note: this syntax automatically applies the plugin to the root project.
Adding `apply false` in the plugin declaration disables that.

Issue: SPR-15885
This commit is contained in:
Brian Clozel
2017-08-21 14:41:28 +02:00
parent 11418d8d28
commit 2e50ea7eb4
3 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
/*
pluginManagement {
repositories {
maven {
url "https://dl.bintray.com/kotlin/kotlin-eap-1.1"
}
gradlePluginPortal()
}
}
*/
include "spring-aop"
include "spring-aspects"
include "spring-beans"