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

Where is it published? #58

Open
darkfrog26 opened this issue May 27, 2021 · 6 comments
Open

Where is it published? #58

darkfrog26 opened this issue May 27, 2021 · 6 comments

Comments

@darkfrog26
Copy link

I see that 0.5.5 and 0.5.6 have recently been released, but they are not published to https://yahoo.bintray.com/maven. Where can I get those artifacts? Also, is there any way this will ever be published to Maven Central?

@bellofreedom
Copy link
Contributor

Good question. As binary is going to EOL, the whole Yahoo open source projects are suggested to move to GitHub packages or maven central.

But when I finished move to GitHub package I found it need keys to install. So I'll switch to maven central later. During this time, I'll also push 0.5.6 to binary as well.

@maxim5
Copy link

maxim5 commented Aug 20, 2021

Are the releases expected to be available here:
https://mvnrepository.com/artifact/com.oath.halodb/halodb?repo=bt-yahoo
?

@darkfrog26
Copy link
Author

It's released as a GitHub Package now

@maxim5
Copy link

maxim5 commented Aug 20, 2021

Yeah, can see that. My question is about mvn/gradle repository.

@darkfrog26
Copy link
Author

For SBT, this is what I set: https://github.com/outr/lightdb/blob/master/build.sbt#L28

@maxim5
Copy link

maxim5 commented Sep 4, 2021

FYI, I found JitPack pretty helpful for those who don't want to deal with tokens and just get a dependency: https://jitpack.io/
But the group needs to be changed to:

implementation group: 'com.github.yahoo', name: 'HaloDB', version: 'v0.5.6'

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