kyrptonaught / customportalapi

Developer Api for creating custom portals to any dimension
MIT License
63 stars 22 forks source link

mavens are completely missing #102

Open gitdunk opened 3 months ago

gitdunk commented 3 months ago

this is the error I got

Could not resolve all dependencies for configuration :modImplementation Could not find net.kyrptonaught:customportalapi:0.0.1-beta63-1.19. Searched in the following locations:

it also looked in some file:// places but I took them out this happens with 1.19.x, .3, and .4, but I don't get why.

jepp commented 2 months ago

I've ran into this issue as well (beta65 in my case). Is there an alternate repository that provides them?

OffsetMonkey538 commented 1 month ago

Same here. For now I'm gonna build it locally and include it that way, but it would be really nice if newer versions were actually in a maven repo.

Unreal852 commented 1 month ago

I made a maven repository and uploaded it here if you guys need it https://maven.raeven.fr/#/releases

jepp commented 3 weeks ago

I really appreciate this. Would you mind adding 1.20.6 as well?

Unreal852 commented 3 weeks ago

I just added it

jepp commented 3 weeks ago

Once again, much appreciated!

alfuwu commented 1 week ago

You are getting this error because you have specified the wrong version for the Maven (0.0.1-beta63-1.19), which does not exist. The three newest versions of the 1.19 Maven are 0.0.1-beta63.5-1.19.X, 0.0.1-beta63-1.19.3, and 0.0.1-beta63-1.19.4. Note the patch number of the Minecraft version, which is required to locate the correct Maven package.