Skip to content

Make the mod buildable #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

fantomitechno
Copy link

I wanted to test the MariaDB changes and as they are not published on Modrinth, I cloned the mod and tried building in local for myself.

When I did that, I saw that the Gradle version was outdated (8.1.1 while the version of fabric-loom requested Gradle 8.9 or above)
I updated to use same fabric-loom and Gradle version as latest version of Ledger.

After that, I had an other issue with the Kotlin JVM, I update to the same version as Ledger too.

In the same time, I changed the target version of the Ledger to 3.10 to be accurate with the main branch of it.

I was able to execute Gradle, but now when I tried to build, it told me that it was missing konf and sqlite-jdbc. The fact they were missing as dependencies was very strange as they are used but, yes, they aren't declared anywhere, so I added both to the build.gradle too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant