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

Don't register checkIntegrityBetweenArchitectures task when installed as a dependency #2953

Merged
merged 2 commits into from
Jun 21, 2024

Conversation

j-piasecki
Copy link
Member

@j-piasecki j-piasecki commented Jun 21, 2024

Description

Fixes #2952

It seems like Gradle is doing some funny things and a task that isn't executed anywhere is causing builds to fail. Instead of checking the environment when the task is run, don't register it at all when installed as a dependency.

Also updates a workflow file, so that both actions can pass at the same time 😃.

@j-piasecki j-piasecki requested a review from m-bert June 21, 2024 07:38
@j-piasecki j-piasecki merged commit 812c98e into main Jun 21, 2024
4 checks passed
@j-piasecki j-piasecki deleted the @jpiasecki/fix-gradle-task-error branch June 21, 2024 10:56
j-piasecki added a commit that referenced this pull request Jun 21, 2024
…ed as a dependency (#2953)

## Description

Fixes
#2952

It seems like Gradle is doing some funny things and a task that isn't
executed anywhere is causing builds to fail. Instead of checking the
environment when the task is run, don't register it at all when
installed as a dependency.

Also updates a workflow file, so that both actions can pass at the same
time 😃.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants