diff --git a/build.gradle b/build.gradle index 283bfd4..658e6cf 100644 --- a/build.gradle +++ b/build.gradle @@ -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.+" } diff --git a/gradle.properties b/gradle.properties index 0aa2979..8981a51 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 42defcc..37aef8d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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