Maven dependency not importing API
SabrinaIsHere opened this issue ยท 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:
Not Building:
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
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.)
-
- C:\Users<User Name>.m2\repository\io\github\onyxstudios\Cardinal-Components-API
pom_4.1.4.zip
- C:\Users<User Name>.m2\repository\io\github\onyxstudios\Cardinal-Components-API
-
- C:\Users<User Name>.gradle\caches\fabric-loom\4.1.4
fabric-loom_4.1.4.zip
- C:\Users<User Name>.gradle\caches\fabric-loom\4.1.4
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?