Git Product home page Git Product logo

Comments (3)

Cheese-Curd avatar Cheese-Curd commented on July 17, 2024

I've managed to fix this myself just now. What you need to do is go into your gradle.build file and add these 2 lines in the dependencies section

modImplementation include("dev.onyxstudios.cardinal-components-api:cardinal-components-base:${project.cca_version}")
modImplementation include("dev.onyxstudios.cardinal-components-api:cardinal-components-entity:${project.cca_version}")

Then, in your gradle.properties file add

cca_version=<version>

(check Cardinal Components API's Releases for the versions)
Then just refresh your dependencies
delete the .gradle folder
then do gradlew --refresh-dependencies

That should fix the issue.

Why this isn't in the readme, is beyond me. Then again, the wiki is outdated so.

from trinkets.

emilyploszaj avatar emilyploszaj commented on July 17, 2024

This is caused by the cardinal components maven constantly changing, up to date versions should fix it but they move so often that my existing versions become broken. Posted fix will work.

from trinkets.

ArturViento avatar ArturViento commented on July 17, 2024

Thanks all

from trinkets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.