You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use the hadoop-4mc library in a gradle project, but there is no artifact in maven central or any other repository. In addition, jitpack.io cannot grab the information to auto-generate an artifact because there is no build file (pom.xml or gradle.build) because this is a mixed repository (see https://jitpack.io/#carlomedas/4mc logs).
Would it be possible to upload an artifact for every release? Thank you in advance!
The text was updated successfully, but these errors were encountered:
i don't think he can publish it to any main stream repositories because the group name he uses for the project is com.apache (or com.hadoop) which he does not own or belong to
The coordinates should be changed then, or it should become a project governed by the Apache Software Foundation. I would be greatly in favor of uploading these artifacts to a central repository as well.
I would like to use the
hadoop-4mc
library in a gradle project, but there is no artifact in maven central or any other repository. In addition, jitpack.io cannot grab the information to auto-generate an artifact because there is no build file (pom.xml or gradle.build) because this is a mixed repository (see https://jitpack.io/#carlomedas/4mc logs).Would it be possible to upload an artifact for every release? Thank you in advance!
The text was updated successfully, but these errors were encountered: