Outdated Gradle
When I build with intellij, it seems to get through most of the process then exit with the following error:
Build file 'C:\Users\hatch\Documents\GitHub\ProtoSky\build.gradle' line: 2
An exception occurred applying plugin request [id: 'fabric-loom', version: '1.2-SNAPSHOT']
Failed to apply plugin 'fabric-loom'. You are using an outdated version of Gradle (7.4). Gradle 8.1 or higher is required.
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
The Gradle version seems to be something directly baked into this installation, not a program on my machine. Should I manually update it?
The error says it all You are using an outdated version of Gradle (7.4). Gradle 8.1 or higher is required.