You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to generate the API diff for M5 (against M4) leads to the following.
./gradlew apiDiff -PbaselineVersion=6.0.0-M4
> Task :spring-core-graalvm:apiDiff FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':spring-core-graalvm:apiDiff'.
> Could not resolve all files for configuration ':detachedConfiguration8'.
> Could not find org.springframework:spring-core-graalvm:6.0.0-M4.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/org/springframework/spring-core-graalvm/6.0.0-M4/spring-core-graalvm-6.0.0-M4.pom
- https://repo.spring.io/libs-spring-framework-build/org/springframework/spring-core-graalvm/6.0.0-M4/spring-core-graalvm-6.0.0-M4.pom
- https://repo.spring.io/milestone/org/springframework/spring-core-graalvm/6.0.0-M4/spring-core-graalvm-6.0.0-M4.pom
Required by:
project :
The text was updated successfully, but these errors were encountered:
Trying to generate the API diff for M5 (against M4) leads to the following.
The text was updated successfully, but these errors were encountered: