mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Gradle 9.6 deprecates passing a Project instance as dependency notation, which currently causes the build to emit deprecation warnings and will become an error in Gradle 10. This commit updates AggregatorPlugin to use DependencyFactory#createProjectDependency instead. Signed-off-by: Hyunwoo Jung <hyunwoojung@kakao.com> See gh-51598