-
Notifications
You must be signed in to change notification settings - Fork 450
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
master-SNAPSHOT broken #235
Comments
Hey @victor-flores1 , thanks for flaggin this. Likely due to my merge the other day of #229 which upgrades all of the things. Thanks for the build log it looks like it's an error signing the release, which makes sense as those details are private - I'm not sure what details it was using for the jitpack build previsiouly. Relying on the master branch via jitpack is not optimal can you switch to an release i.e https://jitpack.io/com/github/scottyab/rootbeer/0.1.0/? or better still the maven centeral version https://mvnrepository.com/artifact/com.scottyab/rootbeer-lib/0.1.0 I'm planning to publishing 0.1.1 to maven centeral by the end of the week after fixing the Circle CI issue. |
Also just thinking, I was planning to move the default/primary branch from |
@scottyab got it, thanks for getting back to me. |
@scottyab Thanks for getting back with the update! Looking forward to v0.1.1 :) |
@scottyab, Any update on v0.1.1 release? When can we expect the release? |
@nikonovmi I've had an issue with the new maven plugin where it's not attaching the source code and so maven central is blocking the release. I'll post an issue shortly as I look deeper into the issue |
created issue #236 to track the publishing issue I'm seeing. |
Closing as 0.1.1 is released and we should not be depending on master builds from jitpack. |
I'm unable to build my Android project.
I'm implementing this version 'com.github.scottyab:rootbeer:master-SNAPSHOT', but I'm getting this error:
"Could not resolve com.github.scottyab:rootbeer:master-SNAPSHOT"
I've verified that the master branch of rootbeer is broken, see the link:
https://jitpack.io/com/github/scottyab/rootbeer/master-0.1.0-ge14e074-10/build.log
The text was updated successfully, but these errors were encountered: