Cardinal components API 4.0.0 jar seems to be missing modules
barribob opened this issue ยท 7 comments
The jar on curseforge seems to have only two modules inside of it, whereas the 3.1.1 version has all of the modules. I don't see anything about this on the changelog, so not sure exactly what is going on. Do we need to download all of the individual modules from now on?
I just want to note I also ran into this trying to install Victus in our modpack.
it in fact doesn't have any of CCA's modules, thanks for catching that.
seems like loom changed stuff and broke the CI pipeline
@UpcraftLP I fixed some 1.18 release changes in my fork (skerit@cf4e571) but when I build the project I don't get any usable jars.
Is this related?
@UpcraftLP @miyo6032 I reverted the changes in the build.gradle
script to the ones from this commit: https://github.com/OnyxStudios/Cardinal-Components-API/blob/585360f93d8172ba8f69ce75580112a98f9a3baa/build.gradle, now assembling the project works again. Tests don't want to run though, so I have to use the gradle assemble
tasks to get the jar.