Address system tests' deprecation warnings with Gradle 8.12

See gh-43496
This commit is contained in:
Andy Wilkinson 2025-01-02 15:35:41 +00:00
parent d8a9ebd14b
commit b4d8a9f64d
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"