mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
d038269ec3
This commit upgrades the build to use Gradle 9.1. To achieve that, the following changes were necessary. - Stop using Groovy safe-navigation operator (?.) in framework-api.gradle due to a NullPointerException. - Switch from the io.github.goooler.shadow plugin to the com.gradleup.shadow plugin, since the former is no longer maintained and the latter is a fork that replaces it. Closes gh-35508