mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Gradle 9.6 deprecates Project.getProperties, which will be removed in Gradle 10. Use ProviderFactory.gradleProperty to read the required properties in AntoraAsciidocAttributes and the image system tests build script. Preserve null handling for missing Antora properties and fall back to the project version when springBootVersion is not configured. Update the provider mocks and add tests for the GraalVM plugin version attribute. Signed-off-by: Hyunwoo Jung <hyunwoojung@kakao.com> See gh-51635