Merge branch '3.3.x'
This commit is contained in:
commit
425876e95e
|
@ -8,7 +8,9 @@ plugins {
|
||||||
repositories {
|
repositories {
|
||||||
exclusiveContent {
|
exclusiveContent {
|
||||||
forRepository {
|
forRepository {
|
||||||
maven { url '{systemTestMavenRepository}' }
|
maven {
|
||||||
|
url = '{systemTestMavenRepository}'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
filter {
|
filter {
|
||||||
includeGroup "org.springframework.boot"
|
includeGroup "org.springframework.boot"
|
||||||
|
|
|
@ -7,15 +7,21 @@ plugins {
|
||||||
repositories {
|
repositories {
|
||||||
exclusiveContent {
|
exclusiveContent {
|
||||||
forRepository {
|
forRepository {
|
||||||
maven { url '{systemTestMavenRepository}' }
|
maven {
|
||||||
|
url = '{systemTestMavenRepository}'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
filter {
|
filter {
|
||||||
includeGroup "org.springframework.boot"
|
includeGroup "org.springframework.boot"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url 'https://repo.spring.io/milestone' }
|
maven {
|
||||||
maven { url 'https://repo.spring.io/snapshot' }
|
url = 'https://repo.spring.io/milestone'
|
||||||
|
}
|
||||||
|
maven {
|
||||||
|
url = 'https://repo.spring.io/snapshot'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -8,7 +8,9 @@ plugins {
|
||||||
repositories {
|
repositories {
|
||||||
exclusiveContent {
|
exclusiveContent {
|
||||||
forRepository {
|
forRepository {
|
||||||
maven { url '{systemTestMavenRepository}' }
|
maven {
|
||||||
|
url = '{systemTestMavenRepository}'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
filter {
|
filter {
|
||||||
includeGroup "org.springframework.boot"
|
includeGroup "org.springframework.boot"
|
||||||
|
|
|
@ -9,7 +9,9 @@ plugins {
|
||||||
repositories {
|
repositories {
|
||||||
exclusiveContent {
|
exclusiveContent {
|
||||||
forRepository {
|
forRepository {
|
||||||
maven { url '{systemTestMavenRepository}' }
|
maven {
|
||||||
|
url = '{systemTestMavenRepository}'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
filter {
|
filter {
|
||||||
includeGroup "org.springframework.boot"
|
includeGroup "org.springframework.boot"
|
||||||
|
|
|
@ -8,7 +8,9 @@ plugins {
|
||||||
repositories {
|
repositories {
|
||||||
exclusiveContent {
|
exclusiveContent {
|
||||||
forRepository {
|
forRepository {
|
||||||
maven { url '{systemTestMavenRepository}' }
|
maven {
|
||||||
|
url = '{systemTestMavenRepository}'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
filter {
|
filter {
|
||||||
includeGroup "org.springframework.boot"
|
includeGroup "org.springframework.boot"
|
||||||
|
|
|
@ -8,7 +8,9 @@ plugins {
|
||||||
repositories {
|
repositories {
|
||||||
exclusiveContent {
|
exclusiveContent {
|
||||||
forRepository {
|
forRepository {
|
||||||
maven { url '{systemTestMavenRepository}' }
|
maven {
|
||||||
|
url = '{systemTestMavenRepository}'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
filter {
|
filter {
|
||||||
includeGroup "org.springframework.boot"
|
includeGroup "org.springframework.boot"
|
||||||
|
|
|
@ -7,7 +7,9 @@ plugins {
|
||||||
repositories {
|
repositories {
|
||||||
exclusiveContent {
|
exclusiveContent {
|
||||||
forRepository {
|
forRepository {
|
||||||
maven { url '{systemTestMavenRepository}' }
|
maven {
|
||||||
|
url = '{systemTestMavenRepository}'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
filter {
|
filter {
|
||||||
includeGroup "org.springframework.boot"
|
includeGroup "org.springframework.boot"
|
||||||
|
|
|
@ -3,7 +3,9 @@ pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
exclusiveContent {
|
exclusiveContent {
|
||||||
forRepository {
|
forRepository {
|
||||||
maven { url '{systemTestMavenRepository}' }
|
maven {
|
||||||
|
url = '{systemTestMavenRepository}'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
filter {
|
filter {
|
||||||
includeGroup "org.springframework.boot"
|
includeGroup "org.springframework.boot"
|
||||||
|
|
Loading…
Reference in New Issue