Merge branch '3.3.x'

This commit is contained in:
Andy Wilkinson 2025-01-02 15:36:39 +00:00
commit 425876e95e
8 changed files with 30 additions and 10 deletions

View File

@ -8,7 +8,9 @@ plugins {
repositories {
exclusiveContent {
forRepository {
maven { url '{systemTestMavenRepository}' }
maven {
url = '{systemTestMavenRepository}'
}
}
filter {
includeGroup "org.springframework.boot"

View File

@ -7,15 +7,21 @@ plugins {
repositories {
exclusiveContent {
forRepository {
maven { url '{systemTestMavenRepository}' }
maven {
url = '{systemTestMavenRepository}'
}
}
filter {
includeGroup "org.springframework.boot"
}
}
mavenCentral()
maven { url 'https://repo.spring.io/milestone' }
maven { url 'https://repo.spring.io/snapshot' }
maven {
url = 'https://repo.spring.io/milestone'
}
maven {
url = 'https://repo.spring.io/snapshot'
}
}
dependencies {

View File

@ -8,7 +8,9 @@ plugins {
repositories {
exclusiveContent {
forRepository {
maven { url '{systemTestMavenRepository}' }
maven {
url = '{systemTestMavenRepository}'
}
}
filter {
includeGroup "org.springframework.boot"

View File

@ -9,7 +9,9 @@ plugins {
repositories {
exclusiveContent {
forRepository {
maven { url '{systemTestMavenRepository}' }
maven {
url = '{systemTestMavenRepository}'
}
}
filter {
includeGroup "org.springframework.boot"

View File

@ -8,7 +8,9 @@ plugins {
repositories {
exclusiveContent {
forRepository {
maven { url '{systemTestMavenRepository}' }
maven {
url = '{systemTestMavenRepository}'
}
}
filter {
includeGroup "org.springframework.boot"

View File

@ -8,7 +8,9 @@ plugins {
repositories {
exclusiveContent {
forRepository {
maven { url '{systemTestMavenRepository}' }
maven {
url = '{systemTestMavenRepository}'
}
}
filter {
includeGroup "org.springframework.boot"

View File

@ -7,7 +7,9 @@ plugins {
repositories {
exclusiveContent {
forRepository {
maven { url '{systemTestMavenRepository}' }
maven {
url = '{systemTestMavenRepository}'
}
}
filter {
includeGroup "org.springframework.boot"

View File

@ -3,7 +3,9 @@ pluginManagement {
repositories {
exclusiveContent {
forRepository {
maven { url '{systemTestMavenRepository}' }
maven {
url = '{systemTestMavenRepository}'
}
}
filter {
includeGroup "org.springframework.boot"