diff --git a/build.gradle b/build.gradle index a75da0b..c98ced3 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ * along with this program. If not, see . * * file changed by: Leander Knüttel - * date: 25.06.2024 + * date: 05.07.2024 */ plugins { @@ -35,10 +35,10 @@ plugins { id "systems.manifold.manifold-gradle-plugin" version "0.0.2-alpha" // Architectury is used here only as a replacement for forge's own loom - id "dev.architectury.loom" version "1.6-SNAPSHOT" apply false + id "dev.architectury.loom" version "1.7-SNAPSHOT" apply false // Modpublisher: publish to Github, Modrinth and Curseforge in one go - id "com.hypherionmc.modutils.modpublisher" version "2.1.4" + id "com.hypherionmc.modutils.modpublisher" version "2.1.5" } diff --git a/fabric/build.gradle b/fabric/build.gradle index e7f8178..4f9eb68 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -19,11 +19,11 @@ * along with this program. If not, see . * * file changed by: Leander Knüttel - * date: 16.06.2024 + * date: 05.07.2024 */ plugins { - id "fabric-loom" version "1.6-SNAPSHOT" + id "fabric-loom" version "1.7-SNAPSHOT" } loom { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b82aa23..a441313 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.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME