Skip to content

Commit

Permalink
Fixed Errors with Loom and Gradle
Browse files Browse the repository at this point in the history
1. You are using an outdated version of Gradle (8.5). Gradle 8.6 or higher is required.
2. Mod was built with a newer version of Loom (1.6.5), you are using Loom (1.5.8)

by upgrading to fabric-loom version 1.6-SNAPSHOT
and gradle version 8.6
  • Loading branch information
OskHe committed Apr 11, 2024
1 parent d764c93 commit 5fb8b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.5-SNAPSHOT'
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'maven-publish'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip

0 comments on commit 5fb8b58

Please sign in to comment.