mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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>