Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
updated gradle and fabric lom, forgot to include property
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Oct 1, 2024
1 parent 4e11351 commit ae6d8d8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "fabric-loom" version "1.7-SNAPSHOT"
id "fabric-loom" version "1.8.+"
}
archivesBaseName = "${rootProject.archive_base_name}-common"

Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "fabric-loom" version "1.7-SNAPSHOT"
id "fabric-loom" version "1.8.+"
}
archivesBaseName = "${rootProject.archive_base_name}-fabric"

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ top_file=3157997
maven_group=io.github.gregtechintergalactical
archive_base_name=gtcore
mod_version=0.1.1-pre40
mod_id=gtcore
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 @@
#Thu Aug 20 17:56:19 CEST 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
Expand Down

0 comments on commit ae6d8d8

Please sign in to comment.