Open darkfrog26 opened 3 years ago
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.
Are the releases expected to be available here: https://mvnrepository.com/artifact/com.oath.halodb/halodb?repo=bt-yahoo ?
It's released as a GitHub Package now
Yeah, can see that. My question is about mvn/gradle repository.
For SBT, this is what I set: https://github.com/outr/lightdb/blob/master/build.sbt#L28
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'
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?