Skip to content

Commit

Permalink
Minimize the diff for new version port
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Oct 20, 2024
1 parent d024357 commit cad49ff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ base {

repositories {
mavenCentral()
mavenLocal()
maven {
name = 'TerraformersMC'
url = 'https://maven.terraformersmc.com/releases'
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
minecraft = "1.21.1"
parchment = "2024.07.28"

quilt_loom = "1.7.4"
quilt_loader = "0.26.4"
quilt_loom = "1.8.3"
quilt_loader = "0.27.0-beta.1"

fabric_api = "0.106.0+1.21.1"
wrench_wrapper = "0.5.0"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit cad49ff

Please sign in to comment.