Skip to content

Commit

Permalink
Upgrade Loom to 1.4 and Gradle
Browse files Browse the repository at this point in the history
Allows for working offline

Signed-off-by: Noaaan <noaaan@hotmail.com>
  • Loading branch information
Noaaan committed Dec 17, 2023
1 parent c42b7cb commit 91eba39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'fabric-loom' version '1.3-SNAPSHOT'
id 'fabric-loom' version '1.4-SNAPSHOT'
id 'maven-publish'
id 'io.github.juuxel.loom-vineflower' version '1.11.0'
}

archivesBaseName = project.archives_base_name
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.2.1-bin.zip
distributionUrl=https://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 91eba39

Please sign in to comment.