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

com.xwray:groupie-viewbinding can't be resolved #333

Closed
ikesyo opened this issue Apr 1, 2020 · 18 comments
Closed

com.xwray:groupie-viewbinding can't be resolved #333

ikesyo opened this issue Apr 1, 2020 · 18 comments
Labels

Comments

@ikesyo
Copy link
Contributor

ikesyo commented Apr 1, 2020

Describe the bug
com.xwray:groupie-viewbinding can't be resolved. Is the artifact not published to Maven repository?

To Reproduce
Add implementation "com.xwray:groupie-viewbinding:2.8.0" to build.gradle and run build.

Expected behavior
com.xwray:groupie-viewbinding can be resolved.

Library version
2.8.0

Additional context

@ikesyo ikesyo added bug waiting for owners Waiting on an answer by project owners labels Apr 1, 2020
@yshrsmz
Copy link

yshrsmz commented Apr 1, 2020

You can add a bintray repository for now.
As it's a new module, I assume it may take some time before it is synced to jCenter.

repositories {
  maven { url 'https://dl.bintray.com/lisawray/maven' }
}

@ikesyo
Copy link
Contributor Author

ikesyo commented Apr 1, 2020

@yshrsmz Thanks for the tip!

@ValCanBuild
Copy link
Collaborator

Thank you @yshrsmz for answering. I'll keep this issue open for a while longer - if no one mentions it in a few days I'll close it.

@ValCanBuild ValCanBuild removed the waiting for owners Waiting on an answer by project owners label Apr 1, 2020
@khatv911
Copy link

khatv911 commented Apr 2, 2020

same here.

1 similar comment
@moia-zsolt
Copy link

same here.

@pavi2410
Copy link

pavi2410 commented Apr 2, 2020

For those facing the same issue, I suggest you to use https://jitpack.io

@nashcft
Copy link
Contributor

nashcft commented Apr 5, 2020

It seems that groupie-viewbinding is not linked to JCenter although auto-syncing is enabled in jcenter/bintray.gradle.

I'm not sure what happened, but maybe this time we have to link the artifact to JCenter manually.

@zsoltvilagos
Copy link
Contributor

❓ Would it be possible to somehow move forward with this problem? Currently blocks me to do an update in my project.

@ValCanBuild
Copy link
Collaborator

I don't have the authorisation to do that @nashcft since it's Lisa's account. @lisawray would you be able to do this please?

@ikesyo
Copy link
Contributor Author

ikesyo commented Apr 6, 2020

If enabling JCenter syncing is not possible in the near future, adding the guide to add the Bintray repository url to the README as @yshrsmz answered is desirable: #333 (comment).

@nashcft
Copy link
Contributor

nashcft commented Apr 7, 2020

Using JitPack sounds good because we can also resolve #315 without any additional work.

The latest version of all modules are already available in JitPack:

allprojects {
  repositories {
    maven { url "https://jitpack.io" }
  }
}
dependencies {
  implementation "com.github.lisawray.groupie:groupie:2.8.0"
  implementation "com.github.lisawray.groupie:groupie-databinding:2.8.0"
  implementation "com.github.lisawray.groupie:groupie-viewbinding:2.8.0"
  implementation "com.github.lisawray.groupie:groupie-kotlin-android-extensions:2.8.0"
}

@zsoltvilagos
Copy link
Contributor

Could someone confirm that JitPack is indeed working? I have a hard time using it:

Could not find com.xwray:groupie-viewbinding:2.8.0.
     Searched in the following locations:
       - https://jitpack.io/com/xwray/groupie-viewbinding/2.8.0/groupie-viewbinding-2.8.0.pom

@pavi2410
Copy link

@zsoltvilagos If you use JitPack, the group id changes to com.github.lisawray.groupie. See the comment right above yours.

@zsoltvilagos
Copy link
Contributor

@pavi2410 uhh, what a miss from me, thx a lot!

@ValCanBuild
Copy link
Collaborator

Hey all - I know this is still an issue and I am trying to chase up @lisawray for it. Should really be a case for her to just log into https://bintray.com/lisawray/maven/groupie and publishing it.

@yshrsmz
Copy link

yshrsmz commented Oct 23, 2020

maybe it's time to fork the repo and create a new org

@lisawray
Copy link
Owner

I just submitted the request to sync this. Sorry took so long!

@ValCanBuild and I are looking for new library maintainers. I am actually transitioning to a new career and would like this library to be able to continue without my hands-on help. I'd like to figure out how I can help hand over the whole process end to end, including signing, maven publication, etc. But if forking does end up being the best way to do that, happy to point officially in that direction.

@lisawray
Copy link
Owner

This should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

9 participants