-
Notifications
You must be signed in to change notification settings - Fork 4.2k
bindings java: publish to maven repo fails #3079
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
Comments
@ggerganov Do you have any ideas about this and what the issue might be? |
Not sure. I think we set this up in #944. But visiting some of the links from that discussion, it seems this repository is being decommissioned: https://central.sonatype.org/faq/what-happened-to-issues-sonatype-org/ Probably it's best to disable this publish workflow. |
Thanks, I'll disable it for now and try to take a closer look at those links. |
This commit disables the publishing of the Java binding to the Maven repository. The motivation for this is that this job was disabled for some time and recently it was re-enabled, but the publishing of the Java binding caused the build to fail and needs to be investigated further. Refs: ggml-org#3079
This commit disables the publishing of the Java binding to the Maven repository. The motivation for this is that this job was disabled for some time and recently it was re-enabled, but the publishing of the Java binding caused the build to fail and needs to be investigated further. Refs: #3079
The bindings-java job failed in this run. This task should take a look at why this happened and address the issue.
The specific error is:
Could this perhaps be that Sonatype has moved to a User Token Authentication during the period this CI job was disabled?
In that case perhaps we need to generate a User Token and update the JIRA_USER and JIRA_PASS github secrets.
To do this I think we need to login to the account in https://s01.oss.sonatype.org/#welcome
Another possible cause could perhaps be the moving of the the repo to ggml-org. We should probably update group to
io.github.ggml-org
. I think this requires that we claim this new group id with Sonatype.The text was updated successfully, but these errors were encountered: