Skip to content

Commit

Permalink
update gradle and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Apr 27, 2023
1 parent c24b33b commit f195c18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id "io.github.p03w.machete" version "2.0.0"
id "fabric-loom" version "1.1.10"
id "fabric-loom" version "1.2.4"
id "com.github.johnrengelman.shadow" version "7.1.2"
id "com.modrinth.minotaur" version "2.+"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ quilt_mappings=10
loader_version=0.14.14

# mod properties
mod_version=1.0.3+mc1.19.4
mod_version=1.1.0+mc1.19.4
maven_group=rainglow
archives_base_name=rainglow

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.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit f195c18

Please sign in to comment.