Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ApiDiff task fails as it tries to download spring-core-graalvm #28818

Closed
snicoll opened this issue Jul 14, 2022 · 1 comment
Closed

ApiDiff task fails as it tries to download spring-core-graalvm #28818

snicoll opened this issue Jul 14, 2022 · 1 comment
Assignees
Labels
type: task A general task
Milestone

Comments

@snicoll
Copy link
Member

snicoll commented Jul 14, 2022

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 :
@snicoll snicoll added the type: task A general task label Jul 14, 2022
@snicoll snicoll added this to the 6.0.0-M6 milestone Jul 14, 2022
@bclozel bclozel self-assigned this Jul 28, 2022
@bclozel
Copy link
Member

bclozel commented Jul 28, 2022

The missing ApiDiff report was published as well here: https://docs.spring.io/spring-framework/docs/6.0.0-M4_to_6.0.0-M5/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

3 participants
@bclozel @snicoll and others