LambdAurora / AurorasDecorations

Decorations-focused Quilt mod.
https://lambdaurora.dev/AurorasDecorations
GNU Lesser General Public License v3.0
50 stars 15 forks source link

Gradlew build won't build jar #19

Closed gokayerez closed 2 years ago

gokayerez commented 2 years ago

Hello, running 'gradlew build' doesn't work. It's telling me that release version 17 isn't supported. When I looked at the code and tried to build it, it gives a bunch of errors. I think it's a mapping issue mainly in the mixin folder.

image

LambdAurora commented 2 years ago

You need Java 17 to compile this mod, it is the standard for 1.18 mods.

If you just want to grab a build, you can use the GitHub actions, Artifacts are uploaded there for every commits.

gokayerez commented 2 years ago

Thank you T.T apologies