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

[BUG] jda-nas dependency failure #334

Closed
irishgordo opened this issue Oct 31, 2022 · 3 comments
Closed

[BUG] jda-nas dependency failure #334

irishgordo opened this issue Oct 31, 2022 · 3 comments

Comments

@irishgordo
Copy link

We currently can't build the project due to a dependency failure of https://github.com/sedmelluq/jda-nas .
It looks like v1.1.0 used to be hosted on JCenter but isn't anymore.
I also think the project's build system with Gradle is at a 5.1.1 and hasn't been updated to a newer system.

Is there a way we can deprecate the package requirement?
Or retrofit the current build.gradle to build jda-nas from source?

@robinfriedli
Copy link
Owner

Do you use your own gradle installation or the supplied gradle wrapper? The wrapper should be Gradle 7.4.

Build failure is probably caused by this: https://status.gradle.com/incidents/9740r6bzx438

I'll look into moving away from jcenter completely as it's essentially deprecated but jda-nas isn't exactly actively maintained. Might migrate to https://github.com/MinnDevelopment/udpqueue.rs instead.

@irishgordo
Copy link
Author

@robinfriedli - thanks for the quick response back 😄
Ah, I was speaking in term's of jda-nas, I believe it's gradle wrapper was 5.1.1 - as I was trying to build it locally, when I wasn't able to fetch the dependency.
Rust seems really great!

@robinfriedli ,
I happened to notice that the front-end off master, src/main/webapp was having some trouble with the seed dependency:
https://github.com/robinfriedli/aiode/blob/master/src/main/webapp/Cargo.toml#L14
At compile time - but I'm wondering if that issue is a Rust versioning issue perhaps?

I had no idea there was that gradle incident 😅 - that totally makes sense - so I'll go ahead and close this out 👍

@robinfriedli
Copy link
Owner

For the front-end build failure see #311

I do love Rust, but I don't plan on working on the front-end any time soon

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