Skip to content

Commit

Permalink
Compile against stable 1.7 Loom
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore authored Jun 25, 2024
1 parent d1332e8 commit cc0801e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dependencies {
implementation("com.google.code.gson:gson:2.10.1")
implementation("com.google.guava:guava:33.0.0-jre")

// implementation("net.fabricmc:fabric-loom:${baseVersion}-SNAPSHOT")
implementation("net.fabricmc:fabric-loom:${baseVersion}.0-alpha.5")
implementation("net.fabricmc:fabric-loom:${baseVersion}-SNAPSHOT")
// implementation("net.fabricmc:fabric-loom:${baseVersion}.0-alpha.5")
// needed for 'validatePlugins' task, same version as used by fabric-loom
compileOnly("net.fabricmc:mapping-io:0.6.1")
}
Expand Down

0 comments on commit cc0801e

Please sign in to comment.