Cardinal-Components-API icon indicating copy to clipboard operation
Cardinal-Components-API copied to clipboard

Maven dependency not importing API

Open SabrinaIsHere opened this issue 2 years ago • 3 comments

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

SabrinaIsHere avatar Mar 23 '22 13:03 SabrinaIsHere

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.)

PTOM76 avatar Apr 01 '22 12:04 PTOM76

Which version of Loom are you using ?

Pyrofab avatar Apr 07 '22 14:04 Pyrofab

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?

blacksabin avatar May 25 '22 13:05 blacksabin