Skip to content

Commit

Permalink
Update test-mod to Loom 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Feb 10, 2025
1 parent 108dbaf commit e984ff5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Empty file modified ci.py
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions test-mod/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'fabric-loom' version "1.7-SNAPSHOT"
id 'legacy-looming' version "1.7-SNAPSHOT"
id 'fabric-loom' version "1.9-SNAPSHOT"
id 'legacy-looming' version "1.9-SNAPSHOT"
id 'maven-publish'
}

Expand Down
2 changes: 1 addition & 1 deletion test-mod/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.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit e984ff5

Please sign in to comment.