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

Release for 0.63 missing #38

Open
satsen opened this issue Jan 8, 2025 · 5 comments
Open

Release for 0.63 missing #38

satsen opened this issue Jan 8, 2025 · 5 comments

Comments

@satsen
Copy link
Contributor

satsen commented Jan 8, 2025

It seems like a release for 0.63 is missing: https://github.com/weliem/blessed-bluez/releases

@user-629782
Copy link

user-629782 commented Jan 13, 2025

I also wanted to use your https://jitpack.io definition for the implementation "com.github.weliem.blessed-bluez:blessed:0.63" but could not find it. In fact, Eclipse was telling me that it could not be found. Looking for other TAGS to try on https://jitpack.io I noticed you had a "master" and "master-SNAPSHOT" so I tried those as well. They were also not resolvable as I guess because they were not tagged as releases.

Finally, to workaround this I cloned your master branch from here in Eclipse and created a local file link for my build.gradle using:
dependencies {
implementation files('eclipse-projects/blessed-bluez/blessed/build/libs/blessed-0.63.jar')
....
}
This worked as expected for me. However, it would be nice to have the 0.63 more readily available as mentioned above by populating the repository so we could use your example as shown from your README.md file.

Finally, I also wanted to say to @weliem or @martijnvanwelie that I really appreciate you taking the time to build this library. It is very nice and makes using BT in Java on the desktop very convenient. Thank you.

@weliem
Copy link
Owner

weliem commented Jan 13, 2025

0.64 is now available

@user-629782
Copy link

@weliem Thanks so much. 0.64 works fine.

BTW, 0.63 still gives the error in Eclipse: Could not resolve: com.github.weliem.blessed-bluez:blessed:0.63
I noticed that the build failed at: https://jitpack.io/com/github/weliem/blessed-bluez/0.63/build.log
Not sure if it matters with the successful 0.64 build but it might confuse others because the README references the 0.63 installation instructions.

Thanks again!

@weliem
Copy link
Owner

weliem commented Jan 14, 2025

0.63 didn't work because It wasn't using Java 17 on Jitpack. So had to fix that...

@user-629782
Copy link

Thanks for the info. Much appreciated....

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

3 participants