When running the Gradle build, we currently encounter the following warning.
> Task :buildSrc:compileJava
Note: /<...>/spring-framework/buildSrc/src/main/java/org/springframework/build/hint/RuntimeHintsAgentPlugin.java uses or overrides a deprecated API.
We should revise the implementation of RuntimeHintsAgentPlugin to resolve those warnings.
When running the Gradle build, we currently encounter the following warning.
We should revise the implementation of
RuntimeHintsAgentPluginto resolve those warnings.