From 132d05a1d25e27f06a36e9fd0126c6455180edc4 Mon Sep 17 00:00:00 2001 From: Martin Prokoph Date: Sun, 26 Jan 2025 14:52:33 +0100 Subject: [PATCH] fix: building --- build.gradle | 5 +++-- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 303e275..667595d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "architectury-plugin" version "3.4-SNAPSHOT" - id "dev.architectury.loom" version "1.9-SNAPSHOT" apply false + id "dev.architectury.loom" version "1.7-SNAPSHOT" apply false id "me.shedaniel.unified-publishing" version "0.1.+" apply false id 'com.github.johnrengelman.shadow' version '8.1.1' apply false } @@ -16,7 +16,8 @@ repositories { } subprojects { - apply plugin: "dev.architectury.loom" + apply plugin: 'dev.architectury.loom' + apply plugin: 'architectury-plugin' dependencies { minecraft "com.mojang:minecraft:${rootProject.minecraft_version}" diff --git a/gradle.properties b/gradle.properties index 92db36d..387d026 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ yarn_mappings=1.21.4+build.1 enabled_platforms=fabric,neoforge archives_base_name=visualoverhaul -mod_version=5.3.0 +mod_version=6.0.0 maven_group=eu.midnightdust release_type=release curseforge_id=432008 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d6e308a..0d18421 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists