Raise the minimum supported version of Gradle to 7.3
Closes gh-28100
This commit is contained in:
@@ -188,4 +188,9 @@ bom {
|
||||
|
||||
dependencies {
|
||||
api(enforcedPlatform(project(":spring-boot-project:spring-boot-dependencies")))
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(GenerateModuleMetadata).configureEach {
|
||||
// Internal module so enforced platform dependencies are OK
|
||||
suppressedValidationErrors.add('enforced-platform')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user