mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
dd6faf62bb
Replace legacy Groovy DSL property assignment (space-separated) with the standard assignment operator (=) in spring-aspects.gradle. The legacy syntax is deprecated in Gradle 9 and will be removed in Gradle 10. This change eliminates deprecation warnings during the build and ensures future compatibility. See gh-36132 Signed-off-by: Yejeong, Ham <dev@thelightway.kr>