Skip to content

Commit

Permalink
Update Gradle and Loom
Browse files Browse the repository at this point in the history
  • Loading branch information
anastarawneh committed Oct 27, 2024
1 parent 2a2d952 commit 8a9e68c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'base'
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'fabric-loom' version '1.8-SNAPSHOT'
id 'maven-publish'
id 'com.modrinth.minotaur' version '2.+'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion stonecutter.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "dev.kikugie.stonecutter"
id 'fabric-loom' version '1.6-SNAPSHOT' apply false
id 'fabric-loom' version '1.8-SNAPSHOT' apply false
}
stonecutter.active "1.20.5" /* [SC] DO NOT EDIT */

Expand Down

0 comments on commit 8a9e68c

Please sign in to comment.