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

Handle latest.release #138

Open
gabrieljones opened this issue Oct 7, 2024 · 1 comment
Open

Handle latest.release #138

gabrieljones opened this issue Oct 7, 2024 · 1 comment

Comments

@gabrieljones
Copy link

We use latest.release and then nail down the versions with dependency locking.

Apparently spdx-gradle-plugin does not like this.

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':spdxSbomForRelease'.
> Error while evaluating property 'poms' of task ':spdxSbomForRelease'.
   > Failed to calculate the value of task ':spdxSbomForRelease' property 'poms'.
      > Could not resolve all files for configuration ':detachedConfiguration22'.
         > Could not find com.fasterxml.jackson:jackson-bom:RELEASE.
           Searched in the following locations:
             - https://<corporate.repo>/com/fasterxml/jackson/jackson-bom/RELEASE/jackson-bom-RELEASE.pom
           Required by:
               root project :
@loosebazooka
Copy link
Collaborator

oh I seemed to have missed this, can you send me a minimal project reproducing this failure? That'll give me a good starting point to fix it.

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

No branches or pull requests

2 participants