Build with Gradle 7.5 while still supporting Gradle 6.8+
Closes gh-32281
This commit is contained in:
@@ -205,4 +205,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