Skip to content

Commit

Permalink
update gradle and fabric-loom in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Sep 9, 2024
1 parent cbe8b9a commit ab9a89b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ plugins {
// https://plugins.gradle.org/plugin/com.modrinth.minotaur
id("com.modrinth.minotaur") version("2.8.7") apply(false)

// https://maven.fabricmc.net/fabric-loom/fabric-loom.gradle.plugin/
id("fabric-loom") version("1.7.3") apply(false)
// https://maven.fabricmc.net/fabric-loom/fabric-loom.gradle.plugin/maven-metadata.xml
id("fabric-loom") version("1.8.0-alpha.16") apply(false)
}
apply {
from("buildtools/ColoredOutput.gradle")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit ab9a89b

Please sign in to comment.