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

fix: workaround for gradle 8+ dependency issues #28

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Conversation

aajtodd
Copy link
Contributor

@aajtodd aajtodd commented Dec 19, 2023

Issue #, if available:
workaround for gradle/gradle#26091

Description of changes:
Workaround for Gradle 8.5 upgrade having issues with task dependencies and signing

FAILURE: Build failed with an exception.

* What went wrong:
A problem was found with the configuration of task ':bom:signVersionCatalogPublication' (type 'Sign').
  - Gradle detected a problem with the following location: '/codebuild/output/src1917448208/src/smithy-kotlin/bom/build/distributions/bom-1.0.5-javadoc.jar.asc'.
    
    Reason: Task ':bom:publishBomPublicationToTestLocalRepository' uses this output of task ':bom:signVersionCatalogPublication' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

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

Successfully merging this pull request may close these issues.

2 participants