Cardinal Components API

Cardinal Components API

21M Downloads

Maven dependency not importing API

SabrinaIsHere opened this issue ยท 3 comments

commented

I followed the instructions laid out in the wiki and couldn't get the api to import using maven, it will build and launch if only base is included but I can't access any of the api code even if it builds, including any modules makes it throw the same stacktrace. Attached are the relevant screenshots and stacktraces.

Building Successfully:
maven_dependency
stacktrace (successful)
Not Building:
maven_dependency_(not compiling)
stacktrace (failed)

I'm not very well versed in this stuff but I double checked everything and I really don't know why this is happening, so thanks in advance

commented

Mee to.

For the time being, I tried to place the repository locally.
I want the mod developer to fix it ^^;

  • build.gradle
repositories {
    mavenLocal()
    ...
}

Put the contents of the following two zip files in the specified folder. (The folder to put in may depend on the settings.)

commented

Which version of Loom are you using ?

commented

Having the same issue here. Builds fine with just using cardinal-components-base, but as soon as I include any other module (namely entity) I receive the same error output. I've tweaked around trying many different versions that other mods seem to use in tandem with Cardinal Components, but I have yet to get any of it to work. Is this user error, or something missing on Cardinal Component's side?