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

Fixing CI #1702

Closed
shaneikennedy opened this issue Apr 4, 2024 · 1 comment
Closed

Fixing CI #1702

shaneikennedy opened this issue Apr 4, 2024 · 1 comment

Comments

@shaneikennedy
Copy link
Contributor

Since my commit here 64f904c the ./gradlew check -no-daemon step in CI is now producing more artefacts than before in the build dir

akhq git:dev
❯ ls build/distributions/
 akhq-0.24.0.tar   akhq-shadow-0.24.0.tar
 akhq-0.24.0.zip   akhq-shadow-0.24.0.zip

and cp is finding multiple targets for akhq-*.tar which is why it's complaining that akhq.tar is not a directory.

For some reason, ./gradlew build complains about the incomplete dependency declaration that I found in 64f904c, but gradle check doesnt....

I think for the purposes of fixing CI you can revert that commit for now.

@tchiotludo
Copy link
Owner

it's fixed here: 1d234eb

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

No branches or pull requests

2 participants