-
Notifications
You must be signed in to change notification settings - Fork 16
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]: The following artifacts could not be resolved: com.github.muff1nman.chameleon:core:jar:2.0.0-RELEASE #414
Comments
@jhonny-oliveira |
My bad! I adapted an old patch without putting much attention into it, which ended up causing this issue. Thank you for your clarification! Problem solved! If I may, I intend to replace the old release of airsonic (https://xtradeb.net/apps/airsonic) with this version. Is there any caveat or incompatibility I should be aware of?
And one last question. airsonic is presenting this "New version available. Download Airsonic 11.1.3 here."/"11.1.3-SNAPSHOT.20240411173301 \u2013 April 11, 2024 at 7:33:01 PM CEST [Commit: UNKNOWN]", although, this is exactly the version I just built: Stable Release 11.1.3. How can I patch it to show the correct version info? |
Please read https://github.com/kagemomiji/airsonic-advanced#compatibility-notes.
The pom.xml that removes SNAPSHOTs is generated only in the CI process, so the code will still include SNAPSHOT. If this concerns you, please execute the following command and then build it afterward.
|
Many thanks for the clarifications and for your work in this project! |
Hi!
I'm getting this error when I try to build the project:
I can't find these artifacts/versions anywhere, maybe related to log4j CVE. Where may I retrieve the missing artifacts? Is there a workaround?
mvn clean package
11.1.3 (stable)
Ubuntu 23.10
openjdk version "17.0.10" 2024-01-16
Thank you!
The text was updated successfully, but these errors were encountered: