kyrptonaught / customportalapi

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

Error while importing dependency #69

Closed SpiceyCereal closed 1 year ago

SpiceyCereal commented 1 year ago

A problem occurred configuring root project 'fabric-example-mod-1.19'.

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

Possible solution:

Possible solution:

Issue #53 didn't help

kyrptonaught commented 1 year ago

Did you add the repo to your build.gradle?

maven { url = "https://maven.kyrptonaught.dev" }

SpiceyCereal commented 1 year ago

I only added the dependency. Was I supposed to add both?

SpiceyCereal commented 1 year ago

Thank you! This is my first time using a gradle dependency