ProtoSky icon indicating copy to clipboard operation
ProtoSky copied to clipboard

Outdated Gradle

Open Zobiah opened this issue 2 years ago • 1 comments

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?

Zobiah avatar Jan 12 '24 20:01 Zobiah

The error says it all You are using an outdated version of Gradle (7.4). Gradle 8.1 or higher is required.

polarbub avatar Jan 13 '24 15:01 polarbub