Move Gradle plugin repos declaration to settings
See gh-23282
This commit is contained in:
parent
bfbe84d1c6
commit
84f9c150de
|
@ -1,7 +1,4 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
|
||||||
maven { url 'https://repo.spring.io/plugins-release' }
|
|
||||||
}
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'org.asciidoctor:asciidoctorj-pdf:1.5.0-alpha.16'
|
classpath 'org.asciidoctor:asciidoctorj-pdf:1.5.0-alpha.16'
|
||||||
classpath 'io.spring.asciidoctor:spring-asciidoctor-extensions:0.1.3.RELEASE'
|
classpath 'io.spring.asciidoctor:spring-asciidoctor-extensions:0.1.3.RELEASE'
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
pluginManagement {
|
||||||
|
repositories {
|
||||||
|
gradlePluginPortal()
|
||||||
|
maven { url 'https://repo.spring.io/plugins-release' }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
include "spring-aop"
|
include "spring-aop"
|
||||||
include "spring-aspects"
|
include "spring-aspects"
|
||||||
include "spring-beans"
|
include "spring-beans"
|
||||||
|
|
Loading…
Reference in New Issue