Merge branch '3.3.x'

Closes gh-42358
This commit is contained in:
Andy Wilkinson
2024-09-18 14:57:14 +01:00
9 changed files with 131 additions and 87 deletions

View File

@@ -28,10 +28,7 @@ bootJar {
manifest {
attributes(
'Implementation-Version': '1.0.0',
'Implementation-Title': 'Paketo Test',
// This shouldn't be necessary.
// See https://github.com/spring-projects/spring-boot/issues/42338
'Spring-Boot-Native-Processed': 'true'
'Implementation-Title': 'Paketo Test'
)
}
}