-
Notifications
You must be signed in to change notification settings - Fork 799
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
Move to MavenCentral? #293
Comments
I intend to do the migration but unfortunately I'm already running late. I will nevertheless keep it on my list to do ASAP. |
definitely need that migration. thanks in advance. |
Hi @diogobernardino , are the toolTip dependecies upload to mavenCentral?? Thanks in advance. |
No, I haven't done it yet. |
Thanks a lot for your time and work! |
HI @diogobernardino again! Im sorry but I can't use the tooltip. I've in my app gradle dependencies this lines: implementation group: 'com.diogobernardino.williamchart', name: 'tooltip-slider', version: '3.10.1' And the project gradle this repository: buildscript { Do you know something about it? |
Your gradle configuration seems a bit different than what I'm used to, nevertheless, the best would be to have a look at the dev branch of the sample project and compare it with yours. Note that you have to comment the local dependency and remove the comment from the maven one. |
Hi @diogobernardino , Thanks for your reply one more time. I've pulled the branch dev of your repository and descomment the lines and comment the local dependencies. Furthermore, I comment the line of jcenter() in all projects from the repositories and happens exactly the same. It throws the error: Execution failed for task ':mobile:checkDebugAarMetadata'.
Possible solution:
Is it possible that doesn't migrate correctly to mavenCentral? Thanks in advance. |
Let's try again. I published it under version |
Hi @diogobernardino , Thanks a lot! the problem has solved, actually I need to migrate to that version from the version 2.5.0, that it's really old. Thanks for your time. |
Starting from May 1, 2021 jCenter & Bintray will stop working. I was looking for the
williamchart
artifact in MavenCentral and only found a few older versions. Are there any plans to upload more recent versions to MavenCentral?The text was updated successfully, but these errors were encountered: