Closed K0-RR closed 3 years ago
I'll make sure to update to a newer gradle version in the next update.
It's now using gradle 6.8.3, I'll update to 7.0 when it releases
Hi, not sure if I understand correctly but the newest update to the 6th Gradle release is 6.9 and the latest available release is EDIT v.7.0.2 (enables file system watching by default to make your incremental builds faster, expands support for building projects with Java 16, and adds support for building on Macs using Apple Silicon processors (such as M1).) - https://gradle.org/releases/ That being said it's not something important afaik so you can just ignore this issue.
EDIT - could you also add the CurseForge link to your readme?
Oh, I thought the version in the fabric example mod was the newest...
Fixed in v1.2.0
Build failed probably because I use Java 16 and to build with this version you need to use the newest Gradle version. "Gradle 7, which is due soon, will provide official support for Java 16"
Gradle version you use - v5.5.1 from Jul 10, 2019.
Log:
Also, I tried building with v6.8.3:
And with v.7.0 RC1
Was using this tuturial for this
When Gradle 7.0 releases could you switch to it?